Socks5 Configurator

Configure your browser with socks5 proxy

Apa itu Socks5 Configurator?

Socks5 Configurator adalah ekstensi Chrome yang dikembangkan oleh TxThinking, dan fitur utamanya adalah "Configure your browser with socks5 proxy".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Socks5 Configurator

Unduh file ekstensi Socks5 Configurator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Socks5 Configurator Socks5 Configurator
ID hnpgnjkeaobghpjjhaiemlahikgmnghb
URL Resmi https://chromewebstore.google.com/detail/socks5-configurator/hnpgnjkeaobghpjjhaiemlahikgmnghb
Deskripsi Configure your browser with socks5 proxy
Ukuran File 43.88 KB
Jumlah Instalasi 23,253
Versi Saat Ini 2023.06.12
Terakhir Diperbarui 2023-07-12
Tanggal Publikasi 2021-03-19
Penilaian 4.39/5 Total 18 Penilaian
Pengembang TxThinking
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/txthinking/socks5-configurator
URL Halaman Bantuan https://github.com/txthinking/socks5-configurator
URL Halaman Kebijakan Privasi https://www.txthinking.com/privacy.html
Bahasa yang Didukung 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
}