Socks5 Proxy for Shadowsocks

Configure your browser with socks5 proxy

What is Socks5 Proxy for Shadowsocks?

Socks5 Proxy for Shadowsocks is a Chrome extension developed by amzreviewlab, and its main feature is "Configure your browser with socks5 proxy".

Extension Screenshots

screenshot

Download Socks5 Proxy for Shadowsocks Extension CRX File

Download Socks5 Proxy for Shadowsocks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is for your local socks5 proxy.                    

Extension Basic Information

Name Socks5 Proxy for Shadowsocks Socks5 Proxy for Shadowsocks
ID iibllmmdopfnhfomkefmkliaddhjgfan
Official URL https://chromewebstore.google.com/detail/socks5-proxy-for-shadowso/iibllmmdopfnhfomkefmkliaddhjgfan
Description Configure your browser with socks5 proxy
File Size 43.21 KB
Installation Count 1,567
Current Version 2022.03.15
Last Updated 2022-05-06
Publish Date 2022-05-05
Rating 5.00/5 Total 2 Ratings
Developer amzreviewlab
Email [email protected]
Payment Type free
Supported Languages 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
}