Headers Middleman

Add, remove, or modify HTTP Headers for any request based on a regular expression

什么是Headers Middleman?

Headers Middleman是由dingoeatingfuzz开发的Chrome扩展程序,该扩展的主要功能是“Add, remove, or modify HTTP Headers for any request based on a regular expression”。

扩展截图

screenshot

下载Headers Middleman扩展crx文件

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

扩展使用说明

                        A quick way to modify the headers for HTTP requests.

- Regular expression based URL matching
- Add arbitrary headers
- Remove arbitrary headers
- Immediate updating                    

扩展基本信息

名称 Headers Middleman Headers Middleman
ID ailllopdhbookcbfncgjglbejjgjcapo
官方URL https://chromewebstore.google.com/detail/headers-middleman/ailllopdhbookcbfncgjglbejjgjcapo
简介 Add, remove, or modify HTTP Headers for any request based on a regular expression
文件大小 574 KB
安装次数 50
当前版本 1.2
更新时间 2015-04-06
上架时间 2015-04-06
评分 5.00/5 共2次评分
开发者 dingoeatingfuzz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/DingoEatingFuzz/chrome-headers-middleman
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Headers Middleman",
    "description": "Add, remove, or modify HTTP Headers for any request based on a regular expression",
    "manifest_version": 2,
    "version": "1.2",
    "icons": {
        "128": "images\/icon\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/DingoEatingFuzz\/chrome-headers-middleman",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}