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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}