Header Hacker
Modifies HTTP headers on the fly.
Vad är Header Hacker?
Header Hacker är en Chrome-tillägg utvecklad av Glenn Wilson, och dess huvudfunktion är "Modifies HTTP headers on the fly.".
Tilläggsskärmbilder
Ladda ner Header Hacker-förlängningens CRX-fil
Ladda ner Header Hacker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | phnffahgegfkcobeaapbenpmdnkifigc |
| Officiell webbadress | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
| Beskrivning | Modifies HTTP headers on the fly. |
| Filstorlek | 159 KB |
| Antal Installationer | 7,580 |
| Aktuell Version | 0.7 |
| Senast Uppdaterad | 2013-05-29 |
| Publiceringsdatum | 2013-05-28 |
| Betyg | 4.24/5 Totalt 121 Betyg |
| Utvecklare | Glenn Wilson |
| Betalningssätt | free |
| Tilläggswebbplats | https://plus.google.com/105199364823220402760 |
| Hjälpsida URL | https://plus.google.com/105199364823220402760 |
| Stödda Språk | 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",
" | |