Socks5 Configurator

Configure your browser with socks5 proxy

Socks5 Configuratorคืออะไร?

Socks5 Configurator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TxThinking และคุณลักษณะหลักของมันคือ "Configure your browser with socks5 proxy"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Socks5 Configurator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}