Easy-Interceptor

简易的http(s)请求拦截器,支持修改请求头和响应头。

什么是Easy-Interceptor?

Easy-Interceptor是由bayeswang开发的Chrome扩展程序,该扩展的主要功能是“简易的http(s)请求拦截器,支持修改请求头和响应头。”。

扩展截图

screenshot
screenshot

下载Easy-Interceptor扩展crx文件

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

扩展使用说明

                        简易的http(s)请求拦截器,支持修改请求头和响应头,并且把被处理的请求收集起来,方便分析。

这个版本修复了输入bug。                    

扩展基本信息

名称 Easy-Interceptor Easy-Interceptor
ID nopjcjiakjooccfjijniflpofjflabaa
官方URL https://chromewebstore.google.com/detail/easy-interceptor/nopjcjiakjooccfjijniflpofjflabaa
简介 简易的http(s)请求拦截器,支持修改请求头和响应头。
文件大小 454 KB
安装次数 234
当前版本 1.2
更新时间 2020-12-04
上架时间 2020-06-23
评分 5.00/5 共1次评分
开发者 bayeswang
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/coconilu/easy-inspector
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy-Interceptor",
    "version": "1.2",
    "description": "\u7b80\u6613\u7684http(s)\u8bf7\u6c42\u62e6\u622a\u5668\uff0c\u652f\u6301\u4fee\u6539\u8bf7\u6c42\u5934\u548c\u54cd\u5e94\u5934\u3002",
    "author": "bayeswang",
    "permissions": [
        "storage",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "options_page": "index.html",
    "background": {
        "scripts": [
            "dist\/interceptor.js"
        ]
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}