ProxyControl - manager for your proxy servers

Manage setting of connect of proxy in your browser so quickly and so easily as you want.

ProxyControl - manager for your proxy servers란 무엇입니까?

ProxyControl - manager for your proxy servers은(는) PROXYS.IO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage setting of connect of proxy in your browser so quickly and so easily as you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ProxyControl - manager for your proxy servers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ProxyControl is a free extension that was designed to cover all the pains users might encounter.

Features:
- One-click proxy configuration;
- Switching between addresses in one click;
- Working only with HTTP(S) protocol, for SOCKS5 you need use proxificators (!);
- Setting up hotkeys to quickly switch between proxies.

Install ProxyControl in Google Chrome, Yandex Browser or Opera and you'll spend only 10 seconds to configure proxies.                    

확장 프로그램 기본 정보

이름 ProxyControl - manager for your proxy servers ProxyControl - manager for your proxy servers
ID hjocpjdeacglfchomobaagbmipeggnjg
공식 URL https://chromewebstore.google.com/detail/proxycontrol-manager-for/hjocpjdeacglfchomobaagbmipeggnjg
설명 Manage setting of connect of proxy in your browser so quickly and so easily as you want.
파일 크기 252 KB
설치 횟수 36,285
현재 버전 1.4.3
최근 업데이트 2022-10-26
출시 날짜 2020-07-21
평점 4.11/5 총 27 개의 평점
개발자 PROXYS.IO
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.3",
    "default_locale": "en",
    "permissions": [
        "proxy",
        "unlimitedStorage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/functions.js"
        ]
    },
    "commands": {
        "options": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "global": true,
            "description": "Open option page"
        },
        "onProxy": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "global": true,
            "description": "Enable proxy"
        },
        "offProxy": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "global": true,
            "description": "Disable proxy"
        }
    },
    "browser_action": {
        "default_title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0440\u043e\u043a\u0441\u0438",
        "default_icon": "icons\/off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2
}