Touch VPN

Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

Apa itu Touch VPN?

Touch VPN adalah ekstensi Chrome yang dikembangkan oleh Trellonet, dan fitur utamanya adalah "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Touch VPN

Unduh file ekstensi Touch VPN 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

                        Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!                    

Informasi Dasar Ekstensi

Nama Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
URL Resmi https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
Deskripsi Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Ukuran File 1.14 MB
Jumlah Instalasi 3,255
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-08-24
Tanggal Publikasi 2020-07-01
Penilaian 2.00/5 Total 4 Penilaian
Pengembang Trellonet
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.trellonet.com
URL Halaman Bantuan https://www.trellonet.com
URL Halaman Kebijakan Privasi https://www.trellonet.com/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch VPN",
    "version": "1.1.1",
    "description": "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "Touch VPN",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}