WhitelistProxyAutoSwitchy

WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server

WhitelistProxyAutoSwitchy란 무엇입니까?

WhitelistProxyAutoSwitchy은(는) https://blog.datafiddle.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        White list proxy swichy, which means you do not need to apply a proxy to all web site, instead of, it will only be applied in the specified domain list web site.
 
The valid proxy address format list as below:

http://proxtserver:port
http://proxtserver
https://proxtserver:port
https://proxtserver
proxtserver:port

1.0.6
1. New feature: proxy history.

1.0.3:
1. New feature: "Export pac script".                    

확장 프로그램 기본 정보

이름 WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
ID fkdpddcmgklcnejajcoafipmlodbgeom
공식 URL https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom
설명 WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
파일 크기 500 KB
설치 횟수 560
현재 버전 1.0.10
최근 업데이트 2020-06-15
출시 날짜 2020-06-15
평점 4.00/5 총 10 개의 평점
개발자 https://blog.datafiddle.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://blog.datafiddle.net
지원되는 언어 en,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon-auto.png",
        "default_popup": "popup.html",
        "default_title": "WhitelistProxySwitchy"
    },
    "default_locale": "en",
    "description": "__MSG_toolDesc__",
    "icons": {
        "128": "img\/logo.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "management",
        "proxy",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}