FastStunnel VPN

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

Co je FastStunnel VPN?

FastStunnel VPN je rozšíření Chrome vyvinuté FastSecurityTunnel, a jeho hlavní funkcí je „FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FastStunnel VPN

Stáhněte si soubory rozšíření FastStunnel VPN ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
Oficiální URL https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Popis FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Velikost souboru 632 KB
Počet instalací 28,386
Aktuální Verze 1.607
Poslední Aktualizace 2021-07-01
Datum Vydání 2020-06-02
Hodnocení 4.35/5 Celkem 1425 Hodnocení
Vývojář FastSecurityTunnel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.faststunnel.in
Podporované Jazyky 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"
    ]
}