Header-Editor
Alter your HTTP request headers on the fly
Cos'è Header-Editor?
Header-Editor è un'estensione di Chrome sviluppata da 67726e, e la sua funzione principale è "Alter your HTTP request headers on the fly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Header-Editor
Scarica i file di estensione Header-Editor 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
Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome.
The following permissions are needed for Header-Editor to run:
- webRequest - Used to access the requests being sent out.
- webRequestBlocking - So that headers are modified before being sent.
- - All URLs are asked for since the extension cannot know ahead of time where it will be needed.
Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see:
- http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/
- https://code.google.com/p/chromium/issues/detail?id=258064 Informazioni di Base sull'Estensione
| Nome | |
| ID | pkokmcnklmgbepioackopoknkdlhefjl |
| URL Ufficiale | https://chromewebstore.google.com/detail/header-editor/pkokmcnklmgbepioackopoknkdlhefjl |
| Descrizione | Alter your HTTP request headers on the fly |
| Dimensione del File | 131 KB |
| Conteggio Installazioni | 7,008 |
| Versione Corrente | 2.2.0 |
| Ultimo Aggiornamento | 2015-04-13 |
| Data di Pubblicazione | 2015-04-13 |
| Valutazione | 3.65/5 Totale 17 Valutazioni |
| Sviluppatore | 67726e |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Header-Editor",
"description": "Alter your HTTP request headers on the fly",
"version": "2.2.0",
"default_locale": "en",
"options_page": "\/src\/html\/options.html",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |