FastStunnel VPN

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

Co to jest FastStunnel VPN?

FastStunnel VPN to rozszerzenie Chrome opracowane przez FastSecurityTunnel, a jego główną funkcją jest „FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FastStunnel VPN

Pobierz pliki rozszerzeń FastStunnel VPN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
Oficjalny URL https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Opis FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Rozmiar pliku 632 KB
Liczba instalacji 28,386
Aktualna Wersja 1.607
Ostatnia Aktualizacja 2021-07-01
Data Publikacji 2020-06-02
Ocena 4.35/5 Łącznie 1425 Oceny
Deweloper FastSecurityTunnel
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.faststunnel.in
Obsługiwane Języki 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"
    ]
}