Simple Proxy Switcher

Simple Proxy Switcher

Co to jest Simple Proxy Switcher?

Simple Proxy Switcher to rozszerzenie Chrome opracowane przez https://maksam07.com, a jego główną funkcją jest „Simple Proxy Switcher”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Proxy Switcher

Pobierz pliki rozszerzeń Simple Proxy 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

                        A simple add-on to quickly switch your proxy servers
Currently only supports http/s proxy

Import example:
ip:port
ip:port:login:password
login:password@ip:port                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Proxy Switcher Simple Proxy Switcher
ID pcboajngloecgmaailkmphmpbacmbcfb
Oficjalny URL https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb
Opis Simple Proxy Switcher
Rozmiar pliku 1.32 MB
Liczba instalacji 15,013
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2022-07-06
Data Publikacji 2021-05-28
Ocena 4.88/5 Łącznie 17 Oceny
Deweloper https://maksam07.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_defTitle__",
        "default_icon": {
            "16": "static\/images\/icon16_disabled.png",
            "24": "static\/images\/icon24_disabled.png",
            "32": "static\/images\/icon32_disabled.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "16": "static\/images\/icon16_enabled.png",
        "48": "static\/images\/icon48_enabled.png",
        "128": "static\/images\/icon128_enabled.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "browsingData",
        ""
    ],
    "version": "1.0.0.1"
}