Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Vad är Incognito Proxy?
Incognito Proxy är en Chrome-tillägg utvecklad av https://pmarks.net, och dess huvudfunktion är "Configure different proxy settings for regular vs. incognito tabs".
Tilläggsskärmbilder
Ladda ner Incognito Proxy-förlängningens CRX-fil
Ladda ner Incognito Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
Officiell webbadress | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Beskrivning | Configure different proxy settings for regular vs. incognito tabs |
Filstorlek | 34 KB |
Antal Installationer | 167 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-08-28 |
Publiceringsdatum | 2022-10-09 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://pmarks.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/pmarks-net/incognito-proxy |
URL till Sekretesspolicy Sidan | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Stödda Språk | 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 } |