Headers of your browser

Shows which headers are sent by your browser

Qu'est-ce que Headers of your browser ?

Headers of your browser est une extension Chrome développée par https://load-security.pw, et sa fonction principale est "Shows which headers are sent by your browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Headers of your browser

Téléchargez les fichiers d'extension Headers of your browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Headers of your browser Headers of your browser
ID njaapbbniobbnolkomodaapjkakhmmnj
URL Officiel https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj
Description Shows which headers are sent by your browser
Taille du Fichier 17.13 KB
Nombre d'Installations 82
Version Actuelle 1.5
Dernière Mise à Jour 2017-05-02
Date de Publication 2017-05-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://load-security.pw
Type de Paiement free
Langues Prises en Charge 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
}