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 |
官方網址 | 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 |
電子郵箱 | [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", " |