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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |