C-HEADER
Control Your HTTP Headers
What is C-HEADER?
C-HEADER is a Chrome extension developed by ka0👌, and its main feature is "Control Your HTTP Headers".
Download C-HEADER Extension CRX File
Download C-HEADER 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
改变页面请求的Request Header。 修改 HTTP 请求头 (HTTP Header)。
Extension Basic Information
Name | |
ID | cpkhilpjaiopicjdglhldbgamilgegnd |
Official URL | https://chrome.google.com/webstore/detail/c-header/cpkhilpjaiopicjdglhldbgamilgegnd |
Description | Control Your HTTP Headers |
File Size | 80.27 KB |
Installation Count | 13 |
Current Version | 0.0.2 |
Last Updated | 2015-07-30 |
Publish Date | 2015-07-30 |
Developer | ka0👌 |
Payment Type | free |
Extension Website | https://github.com/ccforward/C-Header |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "C-HEADER", "version": "0.0.2", "description": "Control Your HTTP Headers", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png" }, "options_page": "option.html", "browser_action": { "default_icon": "img\/icon_128.png", "default_title": "Control Your HTTP Headers", "default_popup": "pop.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |