Proxy Auto Auth

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

Qu'est-ce que Proxy Auto Auth ?

Proxy Auto Auth est une extension Chrome développée par kalvn, et sa fonction principale est "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Proxy Auto Auth

Téléchargez les fichiers d'extension Proxy Auto Auth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Proxy Auto Auth Proxy Auto Auth
ID ggmdpepbjljkkkdaklfihhngmmgmpggp
URL Officiel https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp
Description This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Taille du Fichier 18.52 KB
Nombre d'Installations 33,758
Version Actuelle 2.0
Dernière Mise à Jour 2016-03-22
Date de Publication 2016-03-22
Évaluation 4.27/5 Total 95 Évaluations
Développeur kalvn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}