FastStunnel VPN

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

Vad är FastStunnel VPN?

FastStunnel VPN är en Chrome-tillägg utvecklad av FastSecurityTunnel, och dess huvudfunktion är "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner FastStunnel VPN-förlängningens CRX-fil

Ladda ner FastStunnel VPN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
Officiell webbadress https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Beskrivning FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Filstorlek 632 KB
Antal Installationer 28,386
Aktuell Version 1.607
Senast Uppdaterad 2021-07-01
Publiceringsdatum 2020-06-02
Betyg 4.35/5 Totalt 1425 Betyg
Utvecklare FastSecurityTunnel
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.faststunnel.in
Stödda Språk 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"
    ]
}