Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Co to jest Incognito Proxy?
Incognito Proxy to rozszerzenie Chrome opracowane przez https://pmarks.net, a jego główną funkcją jest „Configure different proxy settings for regular vs. incognito tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Incognito Proxy
Pobierz pliki rozszerzeń Incognito Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
Oficjalny URL | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Opis | Configure different proxy settings for regular vs. incognito tabs |
Rozmiar pliku | 34 KB |
Liczba instalacji | 167 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-08-28 |
Data Publikacji | 2022-10-09 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://pmarks.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/pmarks-net/incognito-proxy |
Adres URL Strony Polityki Prywatności | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Obsługiwane Języki | 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 } |