Headers Middleman

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

What is Headers Middleman?

Headers Middleman is a Chrome extension developed by dingoeatingfuzz, and its main feature is "Add, remove, or modify HTTP Headers for any request based on a regular expression".

Extension Screenshots

screenshot

Download Headers Middleman Extension CRX File

Download Headers Middleman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A quick way to modify the headers for HTTP requests.

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

Extension Basic Information

Name Headers Middleman Headers Middleman
ID ailllopdhbookcbfncgjglbejjgjcapo
Official URL https://chromewebstore.google.com/detail/headers-middleman/ailllopdhbookcbfncgjglbejjgjcapo
Description Add, remove, or modify HTTP Headers for any request based on a regular expression
File Size 574 KB
Installation Count 50
Current Version 1.2
Last Updated 2015-04-06
Publish Date 2015-04-06
Rating 5.00/5 Total 2 Ratings
Developer dingoeatingfuzz
Email [email protected]
Payment Type free
Extension Website https://github.com/DingoEatingFuzz/chrome-headers-middleman
Supported Languages 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"
        ]
    }
}