PAPI-Proxy

拦截请求转发到PAPI以及修改请求响应头

PAPI-Proxy란 무엇입니까?

PAPI-Proxy은(는) xbf321에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "拦截请求转发到PAPI以及修改请求响应头"입니다.

확장 프로그램 스크린샷

screenshot

PAPI-Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        方便开发同学在不更改代码情况下,代理某些请求指向PAPI系统。

仅限公司内部使用。                    

확장 프로그램 기본 정보

이름 PAPI-Proxy PAPI-Proxy
ID cjgeleebplcoobffgneifacfeaaaoifb
공식 URL https://chromewebstore.google.com/detail/papi-proxy/cjgeleebplcoobffgneifacfeaaaoifb
설명 拦截请求转发到PAPI以及修改请求响应头
파일 크기 308 KB
설치 횟수 315
현재 버전 1.7
최근 업데이트 2023-11-22
출시 날짜 2020-09-15
개발자 xbf321
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PAPI-Proxy",
    "version": "1.7",
    "description": "\u62e6\u622a\u8bf7\u6c42\u8f6c\u53d1\u5230PAPI\u4ee5\u53ca\u4fee\u6539\u8bf7\u6c42\u54cd\u5e94\u5934",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2
}