Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Co je Incognito Proxy?
Incognito Proxy je rozšíření Chrome vyvinuté https://pmarks.net, a jeho hlavní funkcí je „Configure different proxy settings for regular vs. incognito tabs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Incognito Proxy
Stáhněte si soubory rozšíření Incognito Proxy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
Oficiální URL | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Popis | Configure different proxy settings for regular vs. incognito tabs |
Velikost souboru | 34 KB |
Počet instalací | 167 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-08-28 |
Datum Vydání | 2022-10-09 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://pmarks.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/pmarks-net/incognito-proxy |
URL Stránky Zásad Ochrany Soukromí | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Podporované Jazyky | 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 } |