ModifyAjaxResponse
Modify response text of ajax requests
What is ModifyAjaxResponse?
ModifyAjaxResponse is a Chrome extension developed by opponic, and its main feature is "Modify response text of ajax requests".
Extension Screenshots
Download ModifyAjaxResponse Extension CRX File
Download ModifyAjaxResponse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension only overrides the response data in the XMLHTTPRequest object as well as the fetch method. The real response which you can see in DevTools Network panel will not be modified https://github.com/oppoic/ModifyAjaxResponse
Extension Basic Information
Name | ModifyAjaxResponse |
ID | odpiadnfijfeggnnodoaaphkkjkmpnia |
Official URL | https://chromewebstore.google.com/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia |
Description | Modify response text of ajax requests |
File Size | 94.91 KB |
Installation Count | 96 |
Current Version | 1.6.0 |
Last Updated | 2023-11-09 |
Publish Date | 2023-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | opponic |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oppoic/ModifyAjaxResponse |
Help Page URL | https://github.com/oppoic/ModifyAjaxResponse/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ModifyAjaxResponse", "description": "Modify response text of ajax requests", "version": "1.6.0", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |