HeaderModify

Modify Request and Response Headers

什么是HeaderModify?

HeaderModify是由Asa Dong开发的Chrome扩展程序,该扩展的主要功能是“Modify Request and Response Headers”。

扩展截图

screenshot

下载HeaderModify扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 HeaderModify HeaderModify
ID dcjllekpidddjpoljedhgkjakfocokgb
官方URL https://chromewebstore.google.com/detail/headermodify/dcjllekpidddjpoljedhgkjakfocokgb
简介 Modify Request and Response Headers
文件大小 71.32 KB
安装次数 112
当前版本 1.0.3
更新时间 2015-12-07
上架时间 2015-12-06
评分 5.00/5 共1次评分
开发者 Asa Dong
付费类型 free
支持的语言 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"
}