Proxy Switchy Auto

Automated proxy switching per domain using PAC script.

Was ist Proxy Switchy Auto?

Proxy Switchy Auto ist eine Chrome-Erweiterung, die von mubaidr entwickelt wurde, und ihr Hauptmerkmal ist "Automated proxy switching per domain using PAC script.".

Erweiterungsscreenshots

screenshot
screenshot

Proxy Switchy Auto-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proxy Switchy Auto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Proxy Switchy Auto Proxy Switchy Auto
ID bnhejmehblohhaalgnnohedpijgkjeof
Offizielle URL https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof
Beschreibung Automated proxy switching per domain using PAC script.
Dateigröße 126 KB
Installationsanzahl 2,376
Aktuelle Version 1.2.2
Letztes Update 2023-10-17
Veröffentlichungsdatum 2018-12-05
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler mubaidr
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88
Unterstützte Sprachen 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"
}