Headers of your browser
Shows which headers are sent by your browser
What is Headers of your browser?
Headers of your browser is a Chrome extension developed by https://load-security.pw, and its main feature is "Shows which headers are sent by your browser".
Extension Screenshots
Download Headers of your browser Extension CRX File
Download Headers of your browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Headers of your browser |
ID | njaapbbniobbnolkomodaapjkakhmmnj |
Official URL | https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj |
Description | Shows which headers are sent by your browser |
File Size | 17.13 KB |
Installation Count | 82 |
Current Version | 1.5 |
Last Updated | 2017-05-02 |
Publish Date | 2017-05-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://load-security.pw |
Payment Type | free |
Supported Languages | 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 } |