Proxy

Chrome Proxy Plugin

Proxy란 무엇입니까?

Proxy은(는) surmrf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Proxy Plugin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Web 请求规则代理工具,可用于静态资源代理等场景开发场景                    

확장 프로그램 기본 정보

이름 Proxy Proxy
ID kmknalkgockihjefhochkpcnjacmlnfa
공식 URL https://chromewebstore.google.com/detail/proxy/kmknalkgockihjefhochkpcnjacmlnfa
설명 Chrome Proxy Plugin
파일 크기 300 KB
설치 횟수 272
현재 버전 0.0.17
최근 업데이트 2023-09-19
출시 날짜 2021-05-27
평점 5.00/5 총 1 개의 평점
개발자 surmrf
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy",
    "version": "0.0.17",
    "description": "__MSG_manifestDesc__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "\u4ee3\u7406\u8f6c\u53d1",
        "default_popup": "pages\/popup\/index.html",
        "default_icon": {
            "32": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "64": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        }
    },
    "icons": {
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "web_accessible_resources": [],
    "default_locale": "zh_CN"
}