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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage setting of connect of proxy in your browser so quickly and so easily as you want."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ProxyControl - manager for your proxy servers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}