Socks5 Configurator

Configure your browser with socks5 proxy

Wat is Socks5 Configurator?

Socks5 Configurator is een Chrome-extensie ontwikkeld door TxThinking, en de belangrijkste functie is "Configure your browser with socks5 proxy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Socks5 Configurator

Download Socks5 Configurator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
Officiële URL https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
Beschrijving Configure your browser with socks5 proxy
Bestandsgrootte 43.88 KB
Aantal Installaties 23,253
Huidige Versie 2023.06.12
Laatst Bijgewerkt 2023-07-12
Publicatiedatum 2021-03-19
Beoordeling 4.39/5 Totaal 18 Beoordelingen
Ontwikkelaar TxThinking
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/txthinking/socks5-configurator
Help Pagina-URL https://github.com/txthinking/socks5-configurator
URL van de Privacybeleid Pagina https://www.txthinking.com/privacy.html
Ondersteunde Talen 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
}