Header Inject

Inject and override HTTP request headers. Simply.

Qu'est-ce que Header Inject ?

Header Inject est une extension Chrome développée par J Gulan, et sa fonction principale est "Inject and override HTTP request headers. Simply.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Header Inject

Téléchargez les fichiers d'extension Header Inject 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 Inject is an open-source Chrome extension that allows developers to inject custom HTTP headers into HTTP requests and to override pre-existing HTTP request header values.

After installation, access Header Inject's quick options panel by clicking the extension's icon or open its options tab. The options view allows you to configure custom HTTP headers and to enable HTTP header injection, which is disabled by default when the extension is first installed. 

Header Inject uses Chrome's synchronised storage mechanism, meaning its configuration is automatically synchronised to any Chrome browser that you are logged in to.

Header Inject will always respect your privacy — we don't collect or use your data.

This is an open source project. Visit Header Inject's Github page to view the source code, to raise bug reports or to contribute: https://github.com/jg23497/Header-Inject                    

Informations de Base sur l'Extension

Nom Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
URL Officiel https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
Description Inject and override HTTP request headers. Simply.
Taille du Fichier 57.87 KB
Nombre d'Installations 2,000
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-04-11
Date de Publication 2020-09-24
Évaluation 4.00/5 Total 6 Évaluations
Développeur J Gulan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jg23497/Header-Inject
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "name": "Header Inject",
    "description": "Inject and override HTTP request headers. Simply.",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "chrome\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Header Inject \u2013 click to configure",
        "default_popup": "chrome\/popup.html#popup"
    },
    "options_page": "common\/options.html",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    }
}