Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Was ist Incognito Proxy?
Incognito Proxy ist eine Chrome-Erweiterung, die von https://pmarks.net entwickelt wurde, und ihr Hauptmerkmal ist "Configure different proxy settings for regular vs. incognito tabs".
Erweiterungsscreenshots
Incognito Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Incognito Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
Offizielle URL | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Beschreibung | Configure different proxy settings for regular vs. incognito tabs |
Dateigröße | 34 KB |
Installationsanzahl | 167 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-08-28 |
Veröffentlichungsdatum | 2022-10-09 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://pmarks.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pmarks-net/incognito-proxy |
URL der Datenschutzrichtlinien-Seite | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Unterstützte Sprachen | 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 } |