Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free VPN for Chrome - VPN Proxy SandVPN", "minimum_chrome_version": "108", "description": "Fast, unlimited, anonymous browsing with SandVPN. Free Chrome VPN extension to protect privacy and bypass restrictions.", "short_name": "SandVPN", "version": "3.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "SandVPN" }, "icons": { "48": "logo.png" }, "permissions": [ "scripting", "notifications", "identity", "tabs", "privacy", "proxy", "management", "storage", "webRequest", "webRequestAuthProvider", "storage", "browsingData", "webNavigation", "offscreen" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.sandvpn.com\/*", "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "logo192.png" ], "matches": [ "<all_urls>" ] } ] }