Proxy Auto Auth

This extension enable you to automatically authenticate to your proxy once you set up your credentials.

Co to jest Proxy Auto Auth?

Proxy Auto Auth to rozszerzenie Chrome opracowane przez kalvn, a jego główną funkcją jest „This extension enable you to automatically authenticate to your proxy once you set up your credentials.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Proxy Auto Auth

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

                        To enable the extension, enter your proxy login and password in the form.

Once it's done, you should never see any proxy login popup again.

As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.                    

Podstawowe informacje o rozszerzeniu

Nazwa Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
Oficjalny URL https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
Opis This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Rozmiar pliku 18.52 KB
Liczba instalacji 33,758
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-03-22
Data Publikacji 2016-03-22
Ocena 4.27/5 Łącznie 95 Oceny
Deweloper kalvn
E-mail [email protected]
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": "Proxy Auto Auth",
    "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.",
    "version": "2.0",
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "lib.js",
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "Proxy Auto Auth Options",
        "default_icon": "icon_32.png"
    },
    "options_page": "options.html"
}