Socks5 Configurator

Configure your browser with socks5 proxy

What is Socks5 Configurator?

Socks5 Configurator is a Chrome extension developed by TxThinking, and its main feature is "Configure your browser with socks5 proxy".

Extension Screenshots

screenshot

Download Socks5 Configurator Extension CRX File

Download Socks5 Configurator 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

                        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                    

Extension Basic Information

Name Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
Official URL https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
Description Configure your browser with socks5 proxy
File Size 43.88 KB
Installation Count 23,253
Current Version 2023.06.12
Last Updated 2023-07-12
Publish Date 2021-03-19
Rating 4.39/5 Total 18 Ratings
Developer TxThinking
Email [email protected]
Payment Type free
Extension Website https://github.com/txthinking/socks5-configurator
Help Page URL https://github.com/txthinking/socks5-configurator
Privacy Policy Page URL https://www.txthinking.com/privacy.html
Supported Languages 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
}