Incognito Proxy

Configure different proxy settings for regular vs. incognito tabs

Wat is Incognito Proxy?

Incognito Proxy is een Chrome-extensie ontwikkeld door https://pmarks.net, en de belangrijkste functie is "Configure different proxy settings for regular vs. incognito tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Incognito Proxy

Download Incognito Proxy-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

                        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.                    

Basisinformatie over de Extensie

Naam Incognito Proxy Incognito Proxy
ID odkbcffeaickjalieahlneeehkgjpade
Officiële URL https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade
Beschrijving Configure different proxy settings for regular vs. incognito tabs
Bestandsgrootte 34 KB
Aantal Installaties 167
Huidige Versie 1.1
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2022-10-09
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://pmarks.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pmarks-net/incognito-proxy
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt
Ondersteunde Talen 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
}