Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

Co to jest Proxy Auto Fill?

Proxy Auto Fill to rozszerzenie Chrome opracowane przez Fernando Fontes, a jego główną funkcją jest „This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Proxy Auto Fill

Pobierz pliki rozszerzeń Proxy Auto Fill 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 will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

Podstawowe informacje o rozszerzeniu

Nazwa Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
Oficjalny URL https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
Opis This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Rozmiar pliku 31.18 KB
Liczba instalacji 27
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-10-12
Data Publikacji 2020-10-04
Deweloper Fernando Fontes
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://fjuliofontes.github.io/Proxy-Auto-Fill
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Proxy Auto Fill"
    },
    "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Auto Fill",
    "permissions": [
        "bookmarks",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}