Request Interceptor

Request Interceptor Extension for Chrome.

Co je Request Interceptor?

Request Interceptor je rozšíření Chrome vyvinuté beDev, a jeho hlavní funkcí je „Request Interceptor Extension for Chrome.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Request Interceptor

Stáhněte si soubory rozšíření Request Interceptor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Request Interceptor Request Interceptor
ID hkkjcknodnahjdnemannhkhnfedifkoh
Oficiální URL https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh
Popis Request Interceptor Extension for Chrome.
Velikost souboru 23.97 KB
Počet instalací 1,007
Aktuální Verze 1.0
Poslední Aktualizace 2021-07-01
Datum Vydání 2021-06-30
Hodnocení 4.25/5 Celkem 12 Hodnocení
Vývojář beDev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}