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.
拡張機能の基本情報
名前 | Header Hacker |
ID | phnffahgegfkcobeaapbenpmdnkifigc |
公式URL | 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", " |