Easy-Interceptor

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

Cos'è Easy-Interceptor?

Easy-Interceptor è un'estensione di Chrome sviluppata da bayeswang, e la sua funzione principale è "简易的http(s)请求拦截器,支持修改请求头和响应头。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy-Interceptor

Scarica i file di estensione Easy-Interceptor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

这个版本修复了输入bug。                    

Informazioni di Base sull'Estensione

Nome Easy-Interceptor Easy-Interceptor
ID nopjcjiakjooccfjijniflpofjflabaa
URL Ufficiale https://chromewebstore.google.com/detail/easy-interceptor/nopjcjiakjooccfjijniflpofjflabaa
Descrizione 简易的http(s)请求拦截器,支持修改请求头和响应头。
Dimensione del File 454 KB
Conteggio Installazioni 234
Versione Corrente 1.2
Ultimo Aggiornamento 2020-12-04
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bayeswang
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/coconilu/easy-inspector
Lingue Supportate 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
}