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
官方URL 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"
    ]
}