Header Inject

Inject and override HTTP request headers. Simply.

Wat is Header Inject?

Header Inject is een Chrome-extensie ontwikkeld door J Gulan, en de belangrijkste functie is "Inject and override HTTP request headers. Simply.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Header Inject

Download Header Inject-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

                        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                    

Basisinformatie over de Extensie

Naam Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
Officiële URL https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
Beschrijving Inject and override HTTP request headers. Simply.
Bestandsgrootte 57.87 KB
Aantal Installaties 2,000
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-04-11
Publicatiedatum 2020-09-24
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar J Gulan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jg23497/Header-Inject
Ondersteunde Talen 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"
    }
}