Socks5 Configurator

Configure your browser with socks5 proxy

Socks5 Configurator là gì?

Socks5 Configurator là một tiện ích mở rộng Chrome được phát triển bởi TxThinking, và tính năng chính của nó là "Configure your browser with socks5 proxy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Socks5 Configurator

Tải xuống các tệp mở rộng Socks5 Configurator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
URL Chính Thức https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
Mô tả Configure your browser with socks5 proxy
Kích Thước Tệp 43.88 KB
Số Lần Cài Đặt 23,253
Phiên Bản Hiện Tại 2023.06.12
Cập Nhật Lần Cuối 2023-07-12
Ngày Phát Hành 2021-03-19
Đánh Giá 4.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển TxThinking
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/txthinking/socks5-configurator
URL Trang Trợ Giúp https://github.com/txthinking/socks5-configurator
URL Trang Chính Sách Bảo Mật https://www.txthinking.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}