Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
O que é Incognito Proxy?
Incognito Proxy é uma extensão do Chrome desenvolvida por https://pmarks.net, e sua principal característica é "Configure different proxy settings for regular vs. incognito tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Incognito Proxy
Baixe arquivos de extensão Incognito 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 is a simple extension for configuring proxy settings. Its namesake feature is the ability to configure different settings for regular windows and incognito windows. For example, you could route all incognito traffic to a SOCKS5 proxy, while allowing non-incognito traffic to connect directly. Be aware that you must already have access to a proxy server for this extension to be of any use. The 'disable_non_proxied_udp' option can prevent WebRTC from leaking your non-proxied IP address. Incognito Proxy is Free Software under the Apache License.
Informações Básicas da Extensão
Nome | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
URL Oficial | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Descrição | Configure different proxy settings for regular vs. incognito tabs |
Tamanho do Arquivo | 34 KB |
Contagem de Instalações | 167 |
Versão Atual | 1.1 |
Última Atualização | 2023-08-28 |
Data de Publicação | 2022-10-09 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://pmarks.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/pmarks-net/incognito-proxy |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/pmarks-net\/incognito-proxy", "default_locale": "en", "action": { "default_icon": { "128": "icon128.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "privacy", "proxy" ], "manifest_version": 3 } |