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 |
官方URL | 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 } |