Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

Wat is Proxy Pac Switcher?

Proxy Pac Switcher is een Chrome-extensie ontwikkeld door sura.kh, en de belangrijkste functie is "This extensions simplifies the process of setting up a proxy.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Proxy Pac Switcher

Download Proxy Pac Switcher-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 helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.                    

Basisinformatie over de Extensie

Naam Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
Officiële URL https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
Beschrijving This extensions simplifies the process of setting up a proxy.
Bestandsgrootte 3.68 MB
Aantal Installaties 399
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-10-16
Publicatiedatum 2020-12-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sura.kh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sura0111/proxyPac
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0.0",
    "version_name": "0.2.0",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/icons\/white16.png",
        "32": "public\/icons\/white32.png",
        "128": "public\/icons\/white128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "public\/icons\/white16.png",
            "32": "public\/icons\/white32.png",
            "128": "public\/icons\/white128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}