FastStunnel VPN

FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.

¿Qué es FastStunnel VPN?

FastStunnel VPN es una extensión de Chrome desarrollada por FastSecurityTunnel, y su función principal es "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FastStunnel VPN

Descarga archivos de extensión FastStunnel 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

                        We have many nodes for different users to choose and helping users quickly access different websites                    

Información Básica de la Extensión

Nombre FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
URL Oficial https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Descripción FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Tamaño del Archivo 632 KB
Cantidad de Instalaciones 28,386
Versión Actual 1.607
Última Actualización 2021-07-01
Fecha de Publicación 2020-06-02
Calificación 4.35/5 Total de 1425 Calificaciones
Desarrollador FastSecurityTunnel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.faststunnel.in
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.607",
    "minimum_chrome_version": "22.0.0",
    "short_name": "FastStunnel",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo-blue-24x24.png",
        "default_title": "FastStunnel",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_appDescription__",
    "icons": {
        "16": "assets\/images\/logo-blue-16x16.png",
        "128": "assets\/images\/logo-blue-128x128.png"
    },
    "name": "__MSG_manifest_appName__",
    "options_page": "main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "permissions": [
        "privacy",
        "proxy",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/free.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "widget.html"
    ]
}