Touch VPN

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

¿Qué es Touch VPN?

Touch VPN es una extensión de Chrome desarrollada por Trellonet, y su función principal es "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Touch VPN

Descarga archivos de extensión Touch VPN en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
URL Oficial https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
Descripción Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Tamaño del Archivo 1.14 MB
Cantidad de Instalaciones 3,255
Versión Actual 1.1.1
Última Actualización 2020-08-24
Fecha de Publicación 2020-07-01
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador Trellonet
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.trellonet.com
URL de la Página de Ayuda https://www.trellonet.com
URL de la Página de Política de Privacidad https://www.trellonet.com/privacy.html
Idiomas Soportados 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
}