Headers of your browser

Shows which headers are sent by your browser

Headers of your browserとは何ですか?

Headers of your browserはhttps://load-security.pwによって開発されたChromeの拡張機能で、その主な機能は「Shows which headers are sent by your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Headers of your browser拡張機能のCRXファイルをダウンロード

Headers of your browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Headers of your browser Headers of your browser
ID njaapbbniobbnolkomodaapjkakhmmnj
公式URL https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj
説明 Shows which headers are sent by your browser
ファイルサイズ 17.13 KB
インストール数 82
現在のバージョン 1.5
最終更新日 2017-05-02
公開日 2017-05-02
評価 5.00/5 合計 1 レビュー
開発者 https://load-security.pw
支払い方法 free
対応言語 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
}