English | 简体中文
A chrome extension for modifing ajax responses easily. You can use it to debug errors or mock data.
https://chrome.google.com/webstore/detail/ajax-interceptor/nhpjggchkhnlbgdfcbgpdpkifemomkpg
Example video:https://www.youtube.com/watch?v=OL87EPOEVIU
- It is recommended to disable cache(devtools -> network -> disable cache) when using this chrome extension.
- It is recommended to turn off this extension when you are not using it.
- This extension only overrides the response data in the XMLHTTPRequest object as well as the fetch method. The "original" response which you can see in DevTools' "Network" panel will not be changed.
version 1.4.1:
- add feature of matched methods
- add setting of panel positions, including suspended position and devtools position
- optimize the user experience for new users
- fix listener rejected error