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
官方網址 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
電子郵箱 [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
}