Header Hacker
Modifies HTTP headers on the fly.
What is Header Hacker?
Header Hacker is a Chrome extension developed by Glenn Wilson, and its main feature is "Modifies HTTP headers on the fly.".
Extension Screenshots
Download Header Hacker Extension CRX File
Download Header Hacker 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
Header Hacker is an extension that allows you to quickly and easily modify HTTP headers on the fly. You can also pre-set certain sites to always change specific HTTP headers. Have specific feedback? Give me at shout on Google+! Version 0.7 adds support for the 'Host' header.
Extension Basic Information
Name | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
Official URL | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
Description | Modifies HTTP headers on the fly. |
File Size | 159 KB |
Installation Count | 7,580 |
Current Version | 0.7 |
Last Updated | 2013-05-29 |
Publish Date | 2013-05-28 |
Rating | 4.24/5 Total 121 Ratings |
Developer | Glenn Wilson |
Payment Type | free |
Extension Website | https://plus.google.com/105199364823220402760 |
Help Page URL | https://plus.google.com/105199364823220402760 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Hacker", "version": "0.7", "manifest_version": 2, "description": "Modifies HTTP headers on the fly.", "options_page": "options.html", "background": { "scripts": [ "header.js", "background.js" ] }, "browser_action": { "default_title": "Header Hacker", "default_icon": "header.png", "default_popup": "popup.html" }, "icons": { "128": "header-128.png", "64": "header-64.png", "32": "header-32.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |