Incognito Proxy

Configure different proxy settings for regular vs. incognito tabs

Qu'est-ce que Incognito Proxy ?

Incognito Proxy est une extension Chrome développée par https://pmarks.net, et sa fonction principale est "Configure different proxy settings for regular vs. incognito tabs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Incognito Proxy

Téléchargez les fichiers d'extension Incognito Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Incognito Proxy Incognito Proxy
ID odkbcffeaickjalieahlneeehkgjpade
URL Officiel https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade
Description Configure different proxy settings for regular vs. incognito tabs
Taille du Fichier 34 KB
Nombre d'Installations 167
Version Actuelle 1.1
Dernière Mise à Jour 2023-08-28
Date de Publication 2022-10-09
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://pmarks.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pmarks-net/incognito-proxy
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt
Langues Prises en Charge 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
}