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文件

下載ProxyControl - manager for your proxy servers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}