FlashVPN
The Only VPN You Ever Need
Hvad er FlashVPN?
FlashVPN er en Chrome-udvidelse udviklet af Flash Network, og dens hovedfunktion er "The Only VPN You Ever Need".
Udvidelsesskærmbilleder
Download FlashVPN-udvidelses-CRX-fil
Download FlashVPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Flash加速器是一个易用,快捷和稳定的加速器服务,可运行于您所有的上网设备。它可以帮助您翻墙和解锁各类当地的内容。
Grundlæggende oplysninger om udvidelsen
Navn | FlashVPN |
ID | licpgijigioadjpgapodafkgacejebjp |
Officiel URL | https://chromewebstore.google.com/detail/flashvpn/licpgijigioadjpgapodafkgacejebjp |
Beskrivelse | The Only VPN You Ever Need |
Filstørrelse | 3.57 MB |
Antal Installationer | 1,018 |
Nuværende Version | 3.0.2 |
Senest Opdateret | 2024-01-05 |
Udgivelsesdato | 2021-12-15 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | Flash Network |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://flashvpn.io/zh-Hans/ |
Hjælpeside-URL | https://flashvpn.io/zh-Hans/static/tos.html |
Understøttede Sprog | 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'" } |