FlashVPN

The Only VPN You Ever Need

FlashVPNคืออะไร?

FlashVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flash Network และคุณลักษณะหลักของมันคือ "The Only VPN You Ever Need"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FlashVPN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Flash加速器是一个易用,快捷和稳定的加速器服务,可运行于您所有的上网设备。它可以帮助您翻墙和解锁各类当地的内容。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FlashVPN FlashVPN
ID licpgijigioadjpgapodafkgacejebjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flashvpn/licpgijigioadjpgapodafkgacejebjp
คำอธิบาย The Only VPN You Ever Need
ขนาดไฟล์ 3.57 MB
จำนวนการติดตั้ง 1,018
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2024-01-05
วันที่เผยแพร่ 2021-12-15
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Flash Network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://flashvpn.io/zh-Hans/
URL หน้าช่วยเหลือ https://flashvpn.io/zh-Hans/static/tos.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlashVPN",
    "version": "3.0.2",
    "description": "The Only VPN You Ever Need",
    "manifest_version": 2,
    "browser_action": [],
    "icons": {
        "16": "assets\/images\/logo16.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/flashvpn.io\/*",
        "https:\/\/releases.ubuntu.com\/*",
        "https:\/\/rubyfish.cn\/*",
        "https:\/\/doh.dns.sb\/*",
        "https:\/\/doh.pub\/*",
        "https:\/\/dns.twnic.tw\/*",
        "https:\/\/cloudflare-dns.com\/dns-query",
        "https:\/\/chatwoot.flare.today\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/flashvpn.io\/*",
                "https:\/\/chatwoot.flare.today\/*"
            ],
            "js": [
                "bridge.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.stripe.com\/ https:\/\/chatwoot.flare.today\/; object-src 'self'"
}