Interceptor
A chrome extension to modify API response
What is Interceptor?
Interceptor is a Chrome extension developed by Mohit Arya, and its main feature is "A chrome extension to modify API response".
Extension Screenshots
Download Interceptor Extension CRX File
Download Interceptor 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
Mocks response for fetch and XMLHttpRequest calls.
Extension Basic Information
Name | Interceptor |
ID | lfjcphcaodhkjlefkomnbokckceemphb |
Official URL | https://chromewebstore.google.com/detail/interceptor/lfjcphcaodhkjlefkomnbokckceemphb |
Description | A chrome extension to modify API response |
File Size | 180 KB |
Installation Count | 133 |
Current Version | 2.6 |
Last Updated | 2023-01-20 |
Publish Date | 2020-07-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mohit Arya |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Interceptor", "version": "2.6", "description": "A chrome extension to modify API response", "permissions": [ "activeTab" ], "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+I", "mac": "Command+Shift+I" }, "description": "Opens extension" } }, "incognito": "split", "browser_action": [], "background": { "scripts": [ "src\/utils\/background-script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |