Socks5 Configurator

Configure your browser with socks5 proxy

Vad är Socks5 Configurator?

Socks5 Configurator är en Chrome-tillägg utvecklad av TxThinking, och dess huvudfunktion är "Configure your browser with socks5 proxy".

Tilläggsskärmbilder

screenshot

Ladda ner Socks5 Configurator-förlängningens CRX-fil

Ladda ner Socks5 Configurator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
Officiell webbadress https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
Beskrivning Configure your browser with socks5 proxy
Filstorlek 43.88 KB
Antal Installationer 23,253
Aktuell Version 2023.06.12
Senast Uppdaterad 2023-07-12
Publiceringsdatum 2021-03-19
Betyg 4.39/5 Totalt 18 Betyg
Utvecklare TxThinking
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/txthinking/socks5-configurator
Hjälpsida URL https://github.com/txthinking/socks5-configurator
URL till Sekretesspolicy Sidan https://www.txthinking.com/privacy.html
Stödda Språk 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
}