Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
什麼是Incognito Proxy?
Incognito Proxy是由https://pmarks.net開發的Chrome擴展程式,該擴展的主要功能是“Configure different proxy settings for regular vs. incognito tabs”。
擴展截圖
下載Incognito Proxy擴展crx文件
下載Incognito Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
官方網址 | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
簡介 | Configure different proxy settings for regular vs. incognito tabs |
檔案大小 | 34 KB |
安裝次數 | 167 |
目前版本 | 1.1 |
更新時間 | 2023-08-28 |
上架時間 | 2022-10-09 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://pmarks.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pmarks-net/incognito-proxy |
隱私政策頁面URL | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
支援的語言 | 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 } |