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
Eメール [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"
    ]
}