Mokku Mokku

Developer Tools
Version: 1.8.1
Last Update: 2023-04-23

Overview

Mokku is a Chrome extension developed by Mukul Jain. According to the data from Chrome web store, current version of Mokku is 1.8.1, updated on 2023-04-23.
10,000+ users have installed this extension. 39 users have rated this extension with an average rating of .

Adds the API mocker MOKKU to Chrome Developer Tools for seamless integration & testing.

Mokku helps user by mocking API and changing their response, response time and status, user can try all test case scenario like long loading time, error states, or any missing or incorrect data.

Mokku adds itself as a tab in dev tools as a panel. In the tab user can see network logs and mocks. Any network call from the logs can be mocked by simply clicking mock button then response can be edited. User can also search logs. Mock can also be created from scratch from create mock button.

Detailed Release notes: https://github.com/mukuljainx/Mokku/releases

v1.8.0
Updates the manifest and other packages to latest version. Nothing new, this can break things but a required change to improve the extension and to release v2.0.0

v1.7.0
Allow user to create multiple mocks with same url and method. On creating new mock any previous will be disabled, same goes for enabling any mock.
Adds description field for mocks.

v1.6.1
Bug fix

v1.5.0
Add text response format.

v1.4.0
Auto format JSON after pasting, if valid

v1.3.0
Import and export Mocks
Copy a mock for quick duplication

v1.2.0
New JSON Editor with linting more verbose errors

v1.1.0
Dynamic URL Mocking
URL such as
1. "service/chat/user/:userId/messages" can be added. All the URL such as "service/chat/user/u1/messages", "service/chat/user/u2/messages" etc will be matched though response will remain same. In future userId will available as param just like express and you can provide a handler function.

2. "service/some/thing/(.*)" can also be added, (.*) will match anything just like the above.

All URL's are accessible but Mokku doesn't inject scripts into any pages apart from which are served locally and accessed using 'http://localhost*' until enabled from the Panel.

Collections & Dynamic mock generators coming soon!

You can submit issues, bugs or feature request at https://github.com/mukuljainx/mokku/issues

Rating

39 ratings

Total Installs

10,000+

Information

Last Update

2023-04-23

Current Version

1.8.1

Size

703KiB

Author

Mukul Jain

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Daniel Prundianu
2022-03-07

One of the worst experience ever! It took me days to find that this plugin messed up my network requests and caused them to fail!

avatar Hemavaan KK
2021-09-28

I installed this plugin from Chrome web store, I run my application in local with Webpack on localhost:3000. After load the application and move to developer tool and click on the Mokku tab. I got message like "Mokku not available on this url." Could you please help me any one.

avatar Petra AT
2021-09-27

I've installed the plugin and enabled it but i can't seem to mock my apis on http://localhost:3000

avatar YASH PAHALAJANI
2021-09-06

Machaenge ??

avatar Serje Strelov
2021-08-20

I was waiting for a tool like this, and FINALLY - here is it!
I can really mock an entire backend (without actual code for it) and make my front end work properly.