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
Eメール [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
}