Easy-Interceptor

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

Easy-Interceptorคืออะไร?

Easy-Interceptor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bayeswang และคุณลักษณะหลักของมันคือ "简易的http(s)请求拦截器,支持修改请求头和响应头。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy-Interceptor

ดาวน์โหลดไฟล์ส่วนขยาย 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
}