Header Hacker
Modifies HTTP headers on the fly.
Cos'è Header Hacker?
Header Hacker è un'estensione di Chrome sviluppata da Glenn Wilson, e la sua funzione principale è "Modifies HTTP headers on the fly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Header Hacker
Scarica i file di estensione Header Hacker 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 Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
Informazioni di Base sull'Estensione
Nome | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
URL Ufficiale | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
Descrizione | Modifies HTTP headers on the fly. |
Dimensione del File | 159 KB |
Conteggio Installazioni | 7,580 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2013-05-29 |
Data di Pubblicazione | 2013-05-28 |
Valutazione | 4.24/5 Totale 121 Valutazioni |
Sviluppatore | Glenn Wilson |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://plus.google.com/105199364823220402760 |
URL della Pagina di Aiuto | https://plus.google.com/105199364823220402760 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |