SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Was ist SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy ist eine Chrome-Erweiterung, die von https://sandvpn.com entwickelt wurde, und ihr Hauptmerkmal ist "Fast, Secure, Stable".
Erweiterungsscreenshots
SandVPN - Free, Fast, Unlimited VPN Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie SandVPN - Free, Fast, Unlimited VPN Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online
Grundlegende Informationen zur Erweiterung
Name | SandVPN - Free, Fast, Unlimited VPN Proxy |
ID | ngigoeagdgecjjbmielklflkmnlnddop |
Offizielle URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
Beschreibung | Fast, Secure, Stable |
Dateigröße | 1.49 MB |
Installationsanzahl | 2,039 |
Aktuelle Version | 1.6.4 |
Letztes Update | 2024-01-05 |
Veröffentlichungsdatum | 2023-01-03 |
Bewertung | 3.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://sandvpn.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://sandvpn.com/ |
URL der Datenschutzrichtlinien-Seite | https://sandvpn.com/policy |
Unterstützte Sprachen | 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" } } |