Proxy Switchy Auto

Automated proxy switching per domain using PAC script.

Wat is Proxy Switchy Auto?

Proxy Switchy Auto is een Chrome-extensie ontwikkeld door mubaidr, en de belangrijkste functie is "Automated proxy switching per domain using PAC script.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Proxy Switchy Auto

Download Proxy Switchy Auto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Proxy Switchy Auto Proxy Switchy Auto
ID bnhejmehblohhaalgnnohedpijgkjeof
Officiële URL https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof
Beschrijving Automated proxy switching per domain using PAC script.
Bestandsgrootte 126 KB
Aantal Installaties 2,376
Huidige Versie 1.2.2
Laatst Bijgewerkt 2023-10-17
Publicatiedatum 2018-12-05
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar mubaidr
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88
Ondersteunde Talen 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"
}