FlashVPN

The Only VPN You Ever Need

What is FlashVPN?

FlashVPN is a Chrome extension developed by Flash Network, and its main feature is "The Only VPN You Ever Need".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FlashVPN Extension CRX File

Download FlashVPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FlashVPN FlashVPN
ID licpgijigioadjpgapodafkgacejebjp
Official URL https://chromewebstore.google.com/detail/flashvpn/licpgijigioadjpgapodafkgacejebjp
Description The Only VPN You Ever Need
File Size 3.57 MB
Installation Count 1,018
Current Version 3.0.2
Last Updated 2024-01-05
Publish Date 2021-12-15
Rating 3.00/5 Total 4 Ratings
Developer Flash Network
Email [email protected]
Payment Type free
Extension Website https://flashvpn.io/zh-Hans/
Help Page URL https://flashvpn.io/zh-Hans/static/tos.html
Supported Languages 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'"
}