Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

Proxy Pac Switcher란 무엇입니까?

Proxy Pac Switcher은(는) sura.kh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions simplifies the process of setting up a proxy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.                    

확장 프로그램 기본 정보

이름 Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
공식 URL https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
설명 This extensions simplifies the process of setting up a proxy.
파일 크기 3.68 MB
설치 횟수 399
현재 버전 0.2.0
최근 업데이트 2023-10-16
출시 날짜 2020-12-21
평점 5.00/5 총 2 개의 평점
개발자 sura.kh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sura0111/proxyPac
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0.0",
    "version_name": "0.2.0",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/icons\/white16.png",
        "32": "public\/icons\/white32.png",
        "128": "public\/icons\/white128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "public\/icons\/white16.png",
            "32": "public\/icons\/white32.png",
            "128": "public\/icons\/white128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}