SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Wat is SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy is een Chrome-extensie ontwikkeld door https://sandvpn.com, en de belangrijkste functie is "Fast, Secure, Stable".
Extensie Screenshots
Download het CRX-bestand van de extensie SandVPN - Free, Fast, Unlimited VPN Proxy
Download SandVPN - Free, Fast, Unlimited VPN Proxy-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
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online Basisinformatie over de Extensie
| Naam | |
| ID | ngigoeagdgecjjbmielklflkmnlnddop |
| Officiële URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
| Beschrijving | Fast, Secure, Stable |
| Bestandsgrootte | 1.49 MB |
| Aantal Installaties | 2,039 |
| Huidige Versie | 1.6.4 |
| Laatst Bijgewerkt | 2024-01-05 |
| Publicatiedatum | 2023-01-03 |
| Beoordeling | 3.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://sandvpn.com |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://sandvpn.com/ |
| URL van de Privacybeleid Pagina | https://sandvpn.com/policy |
| Ondersteunde Talen | 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"
}
} | |