Headers of your browser

Shows which headers are sent by your browser

Wat is Headers of your browser?

Headers of your browser is een Chrome-extensie ontwikkeld door https://load-security.pw, en de belangrijkste functie is "Shows which headers are sent by your browser".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Headers of your browser

Download Headers of your browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Headers of your browser Headers of your browser
ID njaapbbniobbnolkomodaapjkakhmmnj
Officiële URL https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj
Beschrijving Shows which headers are sent by your browser
Bestandsgrootte 17.13 KB
Aantal Installaties 82
Huidige Versie 1.5
Laatst Bijgewerkt 2017-05-02
Publicatiedatum 2017-05-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://load-security.pw
Betalingswijze free
Ondersteunde Talen 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
}