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
}