Socks5 Configurator

Configure your browser with socks5 proxy

Socks5 Configuratorとは何ですか?

Socks5 ConfiguratorはTxThinkingによって開発されたChromeの拡張機能で、その主な機能は「Configure your browser with socks5 proxy」です。

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

screenshot

Socks5 Configurator拡張機能のCRXファイルをダウンロード

Socks5 Configurator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Socks5 Configurator is a very simple tool, can help you set socks5 proxy and bypass domain browser.

Open Source: https://github.com/txthinking/socks5-configurator                    

拡張機能の基本情報

名前 Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
公式URL https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
説明 Configure your browser with socks5 proxy
ファイルサイズ 43.88 KB
インストール数 23,253
現在のバージョン 2023.06.12
最終更新日 2023-07-12
公開日 2021-03-19
評価 4.39/5 合計 18 レビュー
開発者 TxThinking
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/txthinking/socks5-configurator
ヘルプページのURL https://github.com/txthinking/socks5-configurator
プライバシーポリシーページのURL https://www.txthinking.com/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socks5 Configurator",
    "description": "Configure your browser with socks5 proxy",
    "homepage_url": "https:\/\/www.txthinking.com",
    "version": "2023.06.12",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon.16.png",
            "32": "\/images\/icon.32.png",
            "48": "\/images\/icon.48.png",
            "128": "\/images\/icon.128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/icon.16.png",
        "32": "\/images\/icon.32.png",
        "48": "\/images\/icon.48.png",
        "128": "\/images\/icon.128.png"
    },
    "manifest_version": 3
}