Header Inject

Inject and override HTTP request headers. Simply.

什么是Header Inject?

Header Inject是由J Gulan开发的Chrome扩展程序,该扩展的主要功能是“Inject and override HTTP request headers. Simply.”。

扩展截图

screenshot
screenshot
screenshot

下载Header Inject扩展crx文件

下载Header Inject扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Header Inject Header Inject
ID cfmhknohjdjilpokjpdopankilegcglf
官方URL https://chromewebstore.google.com/detail/header-inject/cfmhknohjdjilpokjpdopankilegcglf
简介 Inject and override HTTP request headers. Simply.
文件大小 57.87 KB
安装次数 2,000
当前版本 1.1.0
更新时间 2022-04-11
上架时间 2020-09-24
评分 4.00/5 共6次评分
开发者 J Gulan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jg23497/Header-Inject
支持的语言 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"
    }
}