C-HEADER
Control Your HTTP Headers
Wat is C-HEADER?
C-HEADER is een Chrome-extensie ontwikkeld door ka0👌, en de belangrijkste functie is "Control Your HTTP Headers".
Download het CRX-bestand van de extensie C-HEADER
Download C-HEADER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
改变页面请求的Request Header。
修改 HTTP 请求头 (HTTP Header)。 Basisinformatie over de Extensie
| Naam | |
| ID | cpkhilpjaiopicjdglhldbgamilgegnd |
| Officiële URL | https://chrome.google.com/webstore/detail/c-header/cpkhilpjaiopicjdglhldbgamilgegnd |
| Beschrijving | Control Your HTTP Headers |
| Bestandsgrootte | 80.27 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2015-07-30 |
| Publicatiedatum | 2015-07-30 |
| Ontwikkelaar | ka0👌 |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ccforward/C-Header |
| Ondersteunde Talen | 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"
]
} | |