Header Rewriter
One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
Cos'è Header Rewriter?
Header Rewriter è un'estensione di Chrome sviluppata da Stephen Fan, e la sua funzione principale è "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Header Rewriter
Scarica i file di estensione Header Rewriter 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
With this extension (support English, French, German, Chinese, Japanese, Russian, and more) you can: 1) ADD NEW HTTP HEADER on one http(s) request 2) OVERWRITE HTTP HEADER on one http(s) request 3) specify different http header rules to different request urls 4) Easily turn rules on or off
Informazioni di Base sull'Estensione
Nome | Header Rewriter |
ID | gfnaplpliaafamfbheaaffpodjkeelil |
URL Ufficiale | https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil |
Descrizione | One tool that can add new http header or change the http header for a http(s) request, You will enjoy it |
Dimensione del File | 78.09 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2016-09-02 |
Data di Pubblicazione | 2016-09-02 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Stephen Fan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Rewriter", "version": "2.2", "manifest_version": 2, "description": "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it", "icons": { "128": "icon_128.png" }, "background": { "persistent": true, "scripts": [ "bg.js" ] }, "permissions": [ "webRequest", "storage", "webRequestBlocking", " |