FlashVPN
The Only VPN You Ever Need
Wat is FlashVPN?
FlashVPN is een Chrome-extensie ontwikkeld door Flash Network, en de belangrijkste functie is "The Only VPN You Ever Need".
Extensie Screenshots
Download het CRX-bestand van de extensie FlashVPN
Download FlashVPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Flash加速器是一个易用,快捷和稳定的加速器服务,可运行于您所有的上网设备。它可以帮助您翻墙和解锁各类当地的内容。
Basisinformatie over de Extensie
Naam | FlashVPN |
ID | licpgijigioadjpgapodafkgacejebjp |
Officiële URL | https://chromewebstore.google.com/detail/flashvpn/licpgijigioadjpgapodafkgacejebjp |
Beschrijving | The Only VPN You Ever Need |
Bestandsgrootte | 3.57 MB |
Aantal Installaties | 1,018 |
Huidige Versie | 3.0.2 |
Laatst Bijgewerkt | 2024-01-05 |
Publicatiedatum | 2021-12-15 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Flash Network |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://flashvpn.io/zh-Hans/ |
Help Pagina-URL | https://flashvpn.io/zh-Hans/static/tos.html |
Ondersteunde Talen | 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'" } |