Header Hacker
Modifies HTTP headers on the fly.
什麼是Header Hacker?
Header Hacker是由Glenn Wilson開發的Chrome擴展程式,該擴展的主要功能是“Modifies HTTP headers on the fly.”。
擴展截圖
下載Header Hacker擴展crx文件
下載Header Hacker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | phnffahgegfkcobeaapbenpmdnkifigc |
| 官方網址 | https://chromewebstore.google.com/detail/header-hacker/phnffahgegfkcobeaapbenpmdnkifigc |
| 簡介 | Modifies HTTP headers on the fly. |
| 檔案大小 | 159 KB |
| 安裝次數 | 7,580 |
| 目前版本 | 0.7 |
| 更新時間 | 2013-05-29 |
| 上架時間 | 2013-05-28 |
| 評分 | 4.24/5 共 121 次評分 |
| 開發者 | Glenn Wilson |
| 付費類型 | free |
| 擴展官網 | https://plus.google.com/105199364823220402760 |
| 說明頁面URL | https://plus.google.com/105199364823220402760 |
| 支援的語言 | 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",
" | |