Proxy Auto Auth

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

Was ist Proxy Auto Auth?

Proxy Auto Auth ist eine Chrome-Erweiterung, die von kalvn entwickelt wurde, und ihr Hauptmerkmal ist "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".

Erweiterungsscreenshots

screenshot

Proxy Auto Auth-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proxy Auto Auth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
Offizielle URL https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
Beschreibung This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Dateigröße 18.52 KB
Installationsanzahl 33,758
Aktuelle Version 2.0
Letztes Update 2016-03-22
Veröffentlichungsdatum 2016-03-22
Bewertung 4.27/5 Insgesamt 95 Bewertungen
Entwickler kalvn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}