FastStunnel VPN

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

FastStunnel VPNคืออะไร?

FastStunnel VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FastSecurityTunnel และคุณลักษณะหลักของมันคือ "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastStunnel VPN

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}