FastStunnel VPN

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

什麼是FastStunnel VPN?

FastStunnel VPN是由FastSecurityTunnel開發的Chrome擴展程式,該擴展的主要功能是“FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FastStunnel VPN擴展crx文件

下載FastStunnel VPN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
官方網址 https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
簡介 FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
檔案大小 632 KB
安裝次數 28,386
目前版本 1.607
更新時間 2021-07-01
上架時間 2020-06-02
評分 4.35/5 共 1425 次評分
開發者 FastSecurityTunnel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.faststunnel.in
支援的語言 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"
    ]
}