Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Incognito Proxy là gì?
Incognito Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://pmarks.net, và tính năng chính của nó là "Configure different proxy settings for regular vs. incognito tabs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Incognito Proxy
Tải xuống các tệp mở rộng Incognito Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Incognito Proxy |
ID | odkbcffeaickjalieahlneeehkgjpade |
URL Chính Thức | https://chromewebstore.google.com/detail/incognito-proxy/odkbcffeaickjalieahlneeehkgjpade |
Mô tả | Configure different proxy settings for regular vs. incognito tabs |
Kích Thước Tệp | 34 KB |
Số Lần Cài Đặt | 167 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2022-10-09 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://pmarks.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pmarks-net/incognito-proxy |
URL Trang Chính Sách Bảo Mật | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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 } |