Header Inject

Inject and override HTTP request headers. Simply.

O que é Header Inject?

Header Inject é uma extensão do Chrome desenvolvida por J Gulan, e sua principal característica é "Inject and override HTTP request headers. Simply.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Header Inject

Baixe arquivos de extensão Header Inject no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
URL Oficial https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
Descrição Inject and override HTTP request headers. Simply.
Tamanho do Arquivo 57.87 KB
Contagem de Instalações 2,000
Versão Atual 1.1.0
Última Atualização 2022-04-11
Data de Publicação 2020-09-24
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor J Gulan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jg23497/Header-Inject
Idiomas Suportados 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"
    }
}