Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
O que é Direct Proxy?
Direct Proxy é uma extensão do Chrome desenvolvida por Jiaqin Xu, e sua principal característica é "Simply switch the browser proxy between using direct connection and using system settings.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Direct Proxy
Baixe arquivos de extensão Direct Proxy 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
This extension use Chrome's native proxy API, so it won't change the system's proxy settings.
Informações Básicas da Extensão
Nome | Direct Proxy |
ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
URL Oficial | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
Descrição | Simply switch the browser proxy between using direct connection and using system settings. |
Tamanho do Arquivo | 38.83 KB |
Contagem de Instalações | 409 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-24 |
Data de Publicação | 2018-08-24 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | Jiaqin Xu |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct Proxy", "description": "Simply switch the browser proxy between using direct connection and using system settings.", "version": "1.0", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-direct-48.png" }, "icons": { "16": "images\/icon-direct-16.png", "48": "images\/icon-direct-48.png", "128": "images\/icon-direct-128.png" } } |