SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
Qu'est-ce que SandVPN - Free, Fast, Unlimited VPN Proxy ?
SandVPN - Free, Fast, Unlimited VPN Proxy est une extension Chrome développée par https://sandvpn.com, et sa fonction principale est "Fast, Secure, Stable".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SandVPN - Free, Fast, Unlimited VPN Proxy
Téléchargez les fichiers d'extension SandVPN - Free, Fast, Unlimited VPN Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online
Informations de Base sur l'Extension
Nom | SandVPN - Free, Fast, Unlimited VPN Proxy |
ID | ngigoeagdgecjjbmielklflkmnlnddop |
URL Officiel | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
Description | Fast, Secure, Stable |
Taille du Fichier | 1.49 MB |
Nombre d'Installations | 2,039 |
Version Actuelle | 1.6.4 |
Dernière Mise à Jour | 2024-01-05 |
Date de Publication | 2023-01-03 |
Évaluation | 3.00/5 Total 7 Évaluations |
Développeur | https://sandvpn.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://sandvpn.com/ |
URL de la Page de Politique de Confidentialité | https://sandvpn.com/policy |
Langues Prises en Charge | 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" } } |