FastStunnel VPN

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

Hvad er FastStunnel VPN?

FastStunnel VPN er en Chrome-udvidelse udviklet af FastSecurityTunnel, og dens hovedfunktion er "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download FastStunnel VPN-udvidelses-CRX-fil

Download FastStunnel VPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
Officiel URL https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Beskrivelse FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Filstørrelse 632 KB
Antal Installationer 28,386
Nuværende Version 1.607
Senest Opdateret 2021-07-01
Udgivelsesdato 2020-06-02
Bedømmelse 4.35/5 Samlet 1425 Bedømmelser
Udvikler FastSecurityTunnel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.faststunnel.in
Understøttede Sprog 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"
    ]
}