Header Editor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
What is Header Editor?
Header Editor is a Chrome extension developed by ShuangYa, and its main feature is "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests".
Extension Screenshots
Download Header Editor Extension CRX File
Download Header Editor 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
Modify the request, include request headers, response headers, redirect requests, and cancel requests. If this extension does not have the language you want, you can help us translate this extension on Transifex: https://www.transifex.com/sytec/header-editor/ You can aslo import rules from Redirector: http://redirector.team.firefoxcn.net/
Extension Basic Information
Name | Header Editor |
ID | eningockdidmgiojffjmkdblpjocbhgh |
Official URL | https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh |
Description | Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests |
File Size | 449 KB |
Installation Count | 217,247 |
Current Version | 4.1.1 |
Last Updated | 2020-01-05 |
Publish Date | 2019-12-25 |
Rating | 4.65/5 Total 57 Ratings |
Developer | ShuangYa |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FirefoxBar/HeaderEditor |
Help Page URL | https://github.com/FirefoxBar/HeaderEditor/wiki |
Supported Languages | en,pl,pt-BR,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "4.1.1", "description": "__MSG_description__", "homepage_url": "http:\/\/team.firefoxcn.net", "manifest_version": 2, "icons": { "128": "assets\/images\/128.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "contextMenus", "storage", "downloads", "*:\/\/*\/*", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/images\/128.png" }, "default_title": "__MSG_extButtonTitle__", "default_popup": "popup\/popup.html" }, "default_locale": "en", "options_ui": { "page": "options\/options.html", "open_in_tab": true } } |