SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Cos'è SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy è un'estensione di Chrome sviluppata da https://sandvpn.com, e la sua funzione principale è "Fast, Secure, Stable".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SandVPN - Free, Fast, Unlimited VPN Proxy
Scarica i file di estensione SandVPN - Free, Fast, Unlimited VPN Proxy 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
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online Informazioni di Base sull'Estensione
| Nome | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| URL Ufficiale | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| Descrizione | Fast, Secure, Stable |
| Dimensione del File | 1.49 MB |
| Conteggio Installazioni | 2,039 |
| Versione Corrente | 1.6.4 |
| Ultimo Aggiornamento | 2024-01-05 |
| Data di Pubblicazione | 2023-01-03 |
| Valutazione | 3.00/5 Totale 7 Valutazioni |
| Sviluppatore | https://sandvpn.com |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://sandvpn.com/ |
| URL della Pagina della Politica sulla Privacy | https://sandvpn.com/policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SandVPN - Free, Fast, Unlimited VPN Proxy",
"minimum_chrome_version": "108",
"description": "Fast, Secure, Stable",
"version": "1.6.4",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "SandVPN"
},
"icons": {
"48": "logo.png"
},
"permissions": [
"tabs",
"privacy",
"proxy",
"management",
"storage",
"webRequest",
"webRequestAuthProvider",
"storage",
"browsingData"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |