Request Interceptor
Request Interceptor Extension for Chrome.
Cos'è Request Interceptor?
Request Interceptor è un'estensione di Chrome sviluppata da beDev, e la sua funzione principale è "Request Interceptor Extension for Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Request Interceptor
Scarica i file di estensione Request Interceptor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hkkjcknodnahjdnemannhkhnfedifkoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh |
| Descrizione | Request Interceptor Extension for Chrome. |
| Dimensione del File | 23.97 KB |
| Conteggio Installazioni | 1,007 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-07-01 |
| Data di Pubblicazione | 2021-06-30 |
| Valutazione | 4.25/5 Totale 12 Valutazioni |
| Sviluppatore | beDev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |