Proxy Switchy Auto

Automated proxy switching per domain using PAC script.

What is Proxy Switchy Auto?

Proxy Switchy Auto is a Chrome extension developed by mubaidr, and its main feature is "Automated proxy switching per domain using PAC script.".

Extension Screenshots

screenshot
screenshot

Download Proxy Switchy Auto Extension CRX File

Download Proxy Switchy Auto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to configure proxy on domain/ url basis. Ability to choose/assign proxy for each domain request in the current tab from the added proxy list which make sure that all following requests for this domain are loaded through the assigned proxy server.                    

Extension Basic Information

Name Proxy Switchy Auto Proxy Switchy Auto
ID bnhejmehblohhaalgnnohedpijgkjeof
Official URL https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof
Description Automated proxy switching per domain using PAC script.
File Size 126 KB
Installation Count 2,376
Current Version 1.2.2
Last Updated 2023-10-17
Publish Date 2018-12-05
Rating 5.00/5 Total 9 Ratings
Developer mubaidr
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "description": "Automated proxy switching per domain using PAC script.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Switchy Auto",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "webRequest",
        "proxy"
    ],
    "version": "1.2.2"
}