HeaderModify

Modify Request and Response Headers

What is HeaderModify?

HeaderModify is a Chrome extension developed by Asa Dong, and its main feature is "Modify Request and Response Headers".

Extension Screenshots

screenshot

Download HeaderModify Extension CRX File

Download HeaderModify 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

                        Modify Request and Response Headers
修改http请求和响应头部                    

Extension Basic Information

Name HeaderModify HeaderModify
ID dcjllekpidddjpoljedhgkjakfocokgb
Official URL https://chromewebstore.google.com/detail/headermodify/dcjllekpidddjpoljedhgkjakfocokgb
Description Modify Request and Response Headers
File Size 71.32 KB
Installation Count 112
Current Version 1.0.3
Last Updated 2015-12-07
Publish Date 2015-12-06
Rating 5.00/5 Total 1 Ratings
Developer Asa Dong
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "author": "Asa Dong",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_bw.png",
        "default_popup": "popup.html",
        "default_title": "Headers Modify"
    },
    "description": "Modify Request and Response Headers",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "HeaderModify",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}