Request Interceptor

Request Interceptor Extension for Chrome.

What is Request Interceptor?

Request Interceptor is a Chrome extension developed by beDev, and its main feature is "Request Interceptor Extension for Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Request Interceptor Extension CRX File

Download Request 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

                        Request Interceptor provides you to intercept HTTP/HTTPS request packets. After intercepting, those request packets you can:
- Forward intercepted requests,
- Drop intercepted requests,
- Modify header values,
- Modify POST data,
- Add customized request headers,
- Delete customized request headers,
- Save request details as a JSON file,
- Copy URLs from requests,
- Pick which resource types to intercept,
- Browse request history.                    

Extension Basic Information

Name Request Interceptor Request Interceptor
ID hkkjcknodnahjdnemannhkhnfedifkoh
Official URL https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh
Description Request Interceptor Extension for Chrome.
File Size 23.97 KB
Installation Count 1,007
Current Version 1.0
Last Updated 2021-07-01
Publish Date 2021-06-30
Rating 4.25/5 Total 12 Ratings
Developer beDev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Request Interceptor",
    "description": "Request Interceptor Extension for Chrome.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Request Interceptor",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "debugger",
        "storage",
        "unlimitedStorage"
    ]
}