Header Rewriter
One tool that can add new http header or change the http header for a http(s) request, You will enjoy it
What is Header Rewriter?
Header Rewriter is a Chrome extension developed by Stephen Fan, and its main feature is "One tool that can add new http header or change the http header for a http(s) request, You will enjoy it".
Extension Screenshots
Download Header Rewriter Extension CRX File
Download Header Rewriter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Header Rewriter |
ID | gfnaplpliaafamfbheaaffpodjkeelil |
Official URL | https://chromewebstore.google.com/detail/header-rewriter/gfnaplpliaafamfbheaaffpodjkeelil |
Description | One tool that can add new http header or change the http header for a http(s) request, You will enjoy it |
File Size | 78.09 KB |
Installation Count | 100 |
Current Version | 2.2 |
Last Updated | 2016-09-02 |
Publish Date | 2016-09-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Stephen Fan |
[email protected] | |
Payment Type | free |
Supported Languages | 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", " |