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 |
电子邮箱 | [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", " |