Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

Co to jest Direct Proxy?

Direct Proxy to rozszerzenie Chrome opracowane przez Jiaqin Xu, a jego główną funkcją jest „Simply switch the browser proxy between using direct connection and using system settings.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Direct Proxy

Pobierz pliki rozszerzeń Direct Proxy 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 use Chrome's native proxy API, so it won't change the system's proxy settings.                    

Podstawowe informacje o rozszerzeniu

Nazwa Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
Oficjalny URL https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
Opis Simply switch the browser proxy between using direct connection and using system settings.
Rozmiar pliku 38.83 KB
Liczba instalacji 409
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-08-24
Data Publikacji 2018-08-24
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper Jiaqin Xu
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Proxy",
    "description": "Simply switch the browser proxy between using direct connection and using system settings.",
    "version": "1.0",
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-direct-48.png"
    },
    "icons": {
        "16": "images\/icon-direct-16.png",
        "48": "images\/icon-direct-48.png",
        "128": "images\/icon-direct-128.png"
    }
}