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", "manifest_version": 3, "name": "Hoxx VPN Proxy", "version": "3.50.4", "short_name": "Hoxx VPN", "description": "Hoxx VPN Proxy service to unblock blocked websites and encrypt your connection.", "background": { "service_worker": "js\/service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": "images\/symbol-disabled48.png" }, "icons": { "16": "images\/symbol16.png", "48": "images\/symbol48.png", "128": "images\/symbol128.png" }, "permissions": [ "declarativeNetRequest", "alarms", "proxy", "storage", "webRequest", "webRequestAuthProvider", "notifications", "tabs", "management" ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "declarative_net_request": { "rule_resources": [ { "id": "rule_1", "enabled": true, "path": "assets\/rule.json" } ] }, "externally_connectable": { "matches": [ "<all_urls>" ] }, "web_accessible_resources": [ { "resources": [ "resources\/*" ], "matches": [ "<all_urls>" ] } ] }