Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Cos'è Proxy Auto Auth?
Proxy Auto Auth è un'estensione di Chrome sviluppata da kalvn, e la sua funzione principale è "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxy Auto Auth
Scarica i file di estensione Proxy Auto Auth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
URL Ufficiale | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
Descrizione | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
Dimensione del File | 18.52 KB |
Conteggio Installazioni | 33,758 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-03-22 |
Data di Pubblicazione | 2016-03-22 |
Valutazione | 4.27/5 Totale 95 Valutazioni |
Sviluppatore | kalvn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |