FlashVPN
The Only VPN You Ever Need
Cos'è FlashVPN?
FlashVPN è un'estensione di Chrome sviluppata da Flash Network, e la sua funzione principale è "The Only VPN You Ever Need".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FlashVPN
Scarica i file di estensione FlashVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Flash加速器是一个易用,快捷和稳定的加速器服务,可运行于您所有的上网设备。它可以帮助您翻墙和解锁各类当地的内容。 Informazioni di Base sull'Estensione
| Nome | |
| ID | licpgijigioadjpgapodafkgacejebjp |
| URL Ufficiale | https://chromewebstore.google.com/detail/flashvpn/licpgijigioadjpgapodafkgacejebjp |
| Descrizione | The Only VPN You Ever Need |
| Dimensione del File | 3.57 MB |
| Conteggio Installazioni | 1,018 |
| Versione Corrente | 3.0.2 |
| Ultimo Aggiornamento | 2024-01-05 |
| Data di Pubblicazione | 2021-12-15 |
| Valutazione | 3.00/5 Totale 4 Valutazioni |
| Sviluppatore | Flash Network |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://flashvpn.io/zh-Hans/ |
| URL della Pagina di Aiuto | https://flashvpn.io/zh-Hans/static/tos.html |
| Lingue Supportate | 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'"
} | |