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" ] } |