Headers of your browser
Shows which headers are sent by your browser
Cos'è Headers of your browser?
Headers of your browser è un'estensione di Chrome sviluppata da https://load-security.pw, e la sua funzione principale è "Shows which headers are sent by your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Headers of your browser
Scarica i file di estensione Headers of your browser 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
Browser header extension is one more step on the way to your privacy. You can watch all the headers sent by your browser. Extension can be good additional utilite to your anti-spy programs. Install now and see information you send to Internet.
Informazioni di Base sull'Estensione
Nome | Headers of your browser |
ID | njaapbbniobbnolkomodaapjkakhmmnj |
URL Ufficiale | https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj |
Descrizione | Shows which headers are sent by your browser |
Dimensione del File | 17.13 KB |
Conteggio Installazioni | 82 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-05-02 |
Data di Pubblicazione | 2017-05-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://load-security.pw |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Headers of your browser", "description": "Shows which headers are sent by your browser", "version": "1.5", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Your browser headers" }, "manifest_version": 2 } |