Header-Editor
Alter your HTTP request headers on the fly
Was ist Header-Editor?
Header-Editor ist eine Chrome-Erweiterung, die von 67726e entwickelt wurde, und ihr Hauptmerkmal ist "Alter your HTTP request headers on the fly".
Erweiterungsscreenshots
Header-Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Header-Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome.
The following permissions are needed for Header-Editor to run:
- webRequest - Used to access the requests being sent out.
- webRequestBlocking - So that headers are modified before being sent.
- - All URLs are asked for since the extension cannot know ahead of time where it will be needed.
Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see:
- http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/
- https://code.google.com/p/chromium/issues/detail?id=258064 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkokmcnklmgbepioackopoknkdlhefjl |
| Offizielle URL | https://chromewebstore.google.com/detail/header-editor/pkokmcnklmgbepioackopoknkdlhefjl |
| Beschreibung | Alter your HTTP request headers on the fly |
| Dateigröße | 131 KB |
| Installationsanzahl | 7,008 |
| Aktuelle Version | 2.2.0 |
| Letztes Update | 2015-04-13 |
| Veröffentlichungsdatum | 2015-04-13 |
| Bewertung | 3.65/5 Insgesamt 17 Bewertungen |
| Entwickler | 67726e |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Header-Editor",
"description": "Alter your HTTP request headers on the fly",
"version": "2.2.0",
"default_locale": "en",
"options_page": "\/src\/html\/options.html",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |