Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VPN Rice: Fast & Secure Proxy", "short_name": "vpn-rice", "version": "2.0.0", "description": "VPN Rice: Secure and anonymous browsing, bypass restrictions, access blocked content, fast speeds, high security.", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "oauth2": { "client_id": "810545492790-u8dfe3cvan72a29j2sfc9r542oa8at06.apps.googleusercontent.com", "scopes": [ "profile email", "https:\/\/www.googleapis.com\/auth\/contacts" ] }, "permissions": [ "activeTab", "storage", "scripting", "identity", "identity.email", "proxy", "webRequest", "webRequestBlocking", "tabs", "sidePanel", "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "<all_urls>" ] } ], "side_panel": { "default_path": "index.html" }, "action": { "default_title": "VPN Rice" } }