Header-Editor
Alter your HTTP request headers on the fly
Qu'est-ce que Header-Editor ?
Header-Editor est une extension Chrome développée par 67726e, et sa fonction principale est "Alter your HTTP request headers on the fly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Header-Editor
Téléchargez les fichiers d'extension Header-Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Header-Editor |
ID | pkokmcnklmgbepioackopoknkdlhefjl |
URL Officiel | https://chromewebstore.google.com/detail/header-editor/pkokmcnklmgbepioackopoknkdlhefjl |
Description | Alter your HTTP request headers on the fly |
Taille du Fichier | 131 KB |
Nombre d'Installations | 7,008 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2015-04-13 |
Date de Publication | 2015-04-13 |
Évaluation | 3.65/5 Total 17 Évaluations |
Développeur | 67726e |
Type de Paiement | free |
Langues Prises en Charge | 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", " |