Simple proxy helper

Set proxy for Google Chrome browser

Co to jest Simple proxy helper?

Simple proxy helper to rozszerzenie Chrome opracowane przez extensiondev2020, a jego główną funkcją jest „Set proxy for Google Chrome browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple proxy helper

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

                        Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple proxy helper Simple proxy helper
ID ggbeghljoagdajigdliipcdnpjgmjjlh
Oficjalny URL https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh
Opis Set proxy for Google Chrome browser
Rozmiar pliku 21.16 KB
Liczba instalacji 209
Aktualna Wersja 0.0.15
Ostatnia Aktualizacja 2021-12-15
Data Publikacji 2020-08-18
Ocena 2.67/5 Łącznie 3 Oceny
Deweloper extensiondev2020
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "version": "0.0.15",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "privacy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.interprefy.com\/*",
            "*:\/\/*.interpret.world\/*",
            "*:\/\/interpret.world\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88"
}