SandVPN - Free, Fast, Unlimited VPN Proxy
Fast, Secure, Stable
What is SandVPN - Free, Fast, Unlimited VPN Proxy?
SandVPN - Free, Fast, Unlimited VPN Proxy is a Chrome extension developed by https://sandvpn.com, and its main feature is "Fast, Secure, Stable".
Extension Screenshots
Download SandVPN - Free, Fast, Unlimited VPN Proxy Extension CRX File
Download SandVPN - Free, Fast, Unlimited VPN Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online
Extension Basic Information
Name | SandVPN - Free, Fast, Unlimited VPN Proxy |
ID | ngigoeagdgecjjbmielklflkmnlnddop |
Official URL | https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop |
Description | Fast, Secure, Stable |
File Size | 1.49 MB |
Installation Count | 2,039 |
Current Version | 1.6.4 |
Last Updated | 2024-01-05 |
Publish Date | 2023-01-03 |
Rating | 3.00/5 Total 7 Ratings |
Developer | https://sandvpn.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://sandvpn.com/ |
Privacy Policy Page URL | https://sandvpn.com/policy |
Supported Languages | 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" } } |