Proxy Switcher

Manage and switch between multiple proxies quickly and for free

Proxy Switcher क्या है?

Proxy Switcher freebusinessapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage and switch between multiple proxies quickly and for free"।

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

screenshot

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

crx प्रारूप में Proxy Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy.
This addon allows the user to know the current type of proxy their browser is currently using :
- No Proxy Mode
- Auto-detect Proxy Mode (Auto detect proxy settings for this network)
- System Mode (Use system proxy settings)
- Manual Mode                    

एक्सटेंशन की मूल जानकारी

नाम Proxy Switcher Proxy Switcher
ID mkadbpfbeodfhecnomokbifkplpaplbg
आधिकारिक URL https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg
विवरण Manage and switch between multiple proxies quickly and for free
फ़ाइल का आकार 46.89 KB
स्थापना संख्या 301
वर्तमान संस्करण 1.0.0.4
अंतिम अपडेट 2023-06-29
प्रकाशन तिथि 2019-09-12
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर freebusinessapps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://translate-welcome.freebusinessapps.net/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy Switcher",
    "short_name": "proxy-switcher",
    "description": "Manage and switch between multiple proxies quickly and for free",
    "version": "1.0.0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "proxy",
        "https:\/\/*.freebusinessapps.net\/*",
        "notifications"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png"
        },
        "default_popup": "data\/panel\/index.html"
    },
    "background": {
        "scripts": [
            "data\/panel\/utils.js",
            "data\/panel\/firefox-proxy.js",
            "\/notify\/common-push-init.js",
            "\/notify\/common.js",
            "\/notify\/common-push.js",
            "\/notify\/background.js"
        ]
    },
    "homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net",
    "icons": {
        "16": "data\/icons\/16.png",
        "48": "data\/icons\/48.png",
        "128": "data\/icons\/128.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}