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”。
擴展截圖
下載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 |
ID | njaapbbniobbnolkomodaapjkakhmmnj |
官方網址 | 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 } |