Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

Co to jest Proxy Pac Switcher?

Proxy Pac Switcher to rozszerzenie Chrome opracowane przez sura.kh, a jego główną funkcją jest „This extensions simplifies the process of setting up a proxy.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Proxy Pac Switcher

Pobierz pliki rozszerzeń Proxy Pac Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.                    

Podstawowe informacje o rozszerzeniu

Nazwa Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
Oficjalny URL https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
Opis This extensions simplifies the process of setting up a proxy.
Rozmiar pliku 3.68 MB
Liczba instalacji 399
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-10-16
Data Publikacji 2020-12-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper sura.kh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sura0111/proxyPac
Obsługiwane Języki 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"
    }
}