FastStunnel VPN

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

Cos'è FastStunnel VPN?

FastStunnel VPN è un'estensione di Chrome sviluppata da FastSecurityTunnel, e la sua funzione principale è "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FastStunnel VPN

Scarica i file di estensione FastStunnel VPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
URL Ufficiale https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Descrizione FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Dimensione del File 632 KB
Conteggio Installazioni 28,386
Versione Corrente 1.607
Ultimo Aggiornamento 2021-07-01
Data di Pubblicazione 2020-06-02
Valutazione 4.35/5 Totale 1425 Valutazioni
Sviluppatore FastSecurityTunnel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.faststunnel.in
Lingue Supportate 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"
    ]
}