Header Rewriter
One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
Header Rewriterとは何ですか?
Header RewriterはStephen Fanによって開発されたChromeの拡張機能で、その主な機能は「One tool that can add new http header or change the http header for a http(s) request, You will enjoy it」です。
拡張機能のスクリーンショット
Header Rewriter拡張機能のCRXファイルをダウンロード
Header Rewriter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension (support English, French, German, Chinese, Japanese, Russian, and more) you can: 1) ADD NEW HTTP HEADER on one http(s) request 2) OVERWRITE HTTP HEADER on one http(s) request 3) specify different http header rules to different request urls 4) Easily turn rules on or off
拡張機能の基本情報
名前 | Header Rewriter |
ID | gfnaplpliaafamfbheaaffpodjkeelil |
公式URL | https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil |
説明 | One tool that can add new http header or change the http header for a http(s) request, You will enjoy it |
ファイルサイズ | 78.09 KB |
インストール数 | 100 |
現在のバージョン | 2.2 |
最終更新日 | 2016-09-02 |
公開日 | 2016-09-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Stephen Fan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Header Rewriter", "version": "2.2", "manifest_version": 2, "description": "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it", "icons": { "128": "icon_128.png" }, "background": { "persistent": true, "scripts": [ "bg.js" ] }, "permissions": [ "webRequest", "storage", "webRequestBlocking", " |