Incognito Proxy
Configure different proxy settings for regular vs. incognito tabs
Incognito Proxyคืออะไร?
Incognito Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pmarks.net และคุณลักษณะหลักของมันคือ "Configure different proxy settings for regular vs. incognito tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Proxy
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |