Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
Wat is Proxy Auto Auth?
Proxy Auto Auth is een Chrome-extensie ontwikkeld door kalvn, en de belangrijkste functie is "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
Extensie Screenshots
Download het CRX-bestand van de extensie Proxy Auto Auth
Download Proxy Auto Auth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
Officiële URL | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
Beschrijving | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
Bestandsgrootte | 18.52 KB |
Aantal Installaties | 33,758 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-03-22 |
Publicatiedatum | 2016-03-22 |
Beoordeling | 4.27/5 Totaal 95 Beoordelingen |
Ontwikkelaar | kalvn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", " |