FastStunnel VPN

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

FastStunnel VPN là gì?

FastStunnel VPN là một tiện ích mở rộng Chrome được phát triển bởi FastSecurityTunnel, và tính năng chính của nó là "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FastStunnel VPN

Tải xuống các tệp mở rộng FastStunnel VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
URL Chính Thức https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Mô tả FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Kích Thước Tệp 632 KB
Số Lần Cài Đặt 28,386
Phiên Bản Hiện Tại 1.607
Cập Nhật Lần Cuối 2021-07-01
Ngày Phát Hành 2020-06-02
Đánh Giá 4.35/5 Tổng số 1425 Đánh Giá
Nhà Phát Triển FastSecurityTunnel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.faststunnel.in
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}