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 } |