Socks5 Proxy for Shadowsocks

Configure your browser with socks5 proxy

Socks5 Proxy for Shadowsocks là gì?

Socks5 Proxy for Shadowsocks là một tiện ích mở rộng Chrome được phát triển bởi amzreviewlab, 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 Proxy for Shadowsocks

Tải xuống các tệp mở rộng Socks5 Proxy for Shadowsocks 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

                        This is for your local socks5 proxy.                    

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

Tên Socks5 Proxy for Shadowsocks Socks5 Proxy for Shadowsocks
ID iibllmmdopfnhfomkefmkliaddhjgfan
URL Chính Thức https://chromewebstore.google.com/detail/socks5-proxy-for-shadowso/iibllmmdopfnhfomkefmkliaddhjgfan
Mô tả Configure your browser with socks5 proxy
Kích Thước Tệp 43.21 KB
Số Lần Cài Đặt 1,567
Phiên Bản Hiện Tại 2022.03.15
Cập Nhật Lần Cuối 2022-05-06
Ngày Phát Hành 2022-05-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển amzreviewlab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socks5 Proxy for Shadowsocks",
    "description": "Configure your browser with socks5 proxy",
    "version": "2022.03.15",
    "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
}