C-HEADER
Control Your HTTP Headers
什么是C-HEADER?
C-HEADER是由ka0👌开发的Chrome扩展程序,该扩展的主要功能是“Control Your HTTP Headers”。
下载C-HEADER扩展crx文件
下载C-HEADER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
改变页面请求的Request Header。 修改 HTTP 请求头 (HTTP Header)。
扩展基本信息
名称 | |
ID | cpkhilpjaiopicjdglhldbgamilgegnd |
官方URL | https://chrome.google.com/webstore/detail/c-header/cpkhilpjaiopicjdglhldbgamilgegnd |
简介 | Control Your HTTP Headers |
文件大小 | 80.27 KB |
安装次数 | 13 |
当前版本 | 0.0.2 |
更新时间 | 2015-07-30 |
上架时间 | 2015-07-30 |
开发者 | ka0👌 |
付费类型 | free |
扩展官网 | https://github.com/ccforward/C-Header |
支持的语言 | 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" ] } |