Incognito Proxy

Configure different proxy settings for regular vs. incognito tabs

Cos'è Incognito Proxy?

Incognito Proxy è un'estensione di Chrome sviluppata da https://pmarks.net, e la sua funzione principale è "Configure different proxy settings for regular vs. incognito tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Incognito Proxy

Scarica i file di estensione Incognito Proxy 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Incognito Proxy Incognito Proxy
ID odkbcffeaickjalieahlneeehkgjpade
URL Ufficiale https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade
Descrizione Configure different proxy settings for regular vs. incognito tabs
Dimensione del File 34 KB
Conteggio Installazioni 167
Versione Corrente 1.1
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2022-10-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://pmarks.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pmarks-net/incognito-proxy
URL della Pagina della Politica sulla Privacy https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt
Lingue Supportate 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
}