Easy-Interceptor

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

Easy-Interceptor란 무엇입니까?

Easy-Interceptor은(는) bayeswang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "简易的http(s)请求拦截器,支持修改请求头和响应头。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy-Interceptor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        简易的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
}