Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
O que é Proxy Auto Auth?
Proxy Auto Auth é uma extensão do Chrome desenvolvida por kalvn, e sua principal característica é "This extension enable you to automatically authenticate to your proxy once you set up your credentials.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Proxy Auto Auth
Baixe arquivos de extensão Proxy Auto Auth no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
URL Oficial | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
Descrição | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
Tamanho do Arquivo | 18.52 KB |
Contagem de Instalações | 33,758 |
Versão Atual | 2.0 |
Última Atualização | 2016-03-22 |
Data de Publicação | 2016-03-22 |
Classificação | 4.27/5 Total de 95 Avaliações |
Desenvolvedor | kalvn |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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", " |