Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anomi VPN - Free Residential VPN for Chrome", "version": "1.3", "description": "Connect to the Fastest Free Residential VPN \u2014 Anomi VPN. Ultra-Secure Chrome Extension", "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "management" ], "host_permissions": [ "<all_urls>", "https:\/\/anomivpn.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/ioff16.png", "48": "icons\/ioff48.png", "128": "icons\/ioff128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*.png" ], "matches": [ "<all_urls>" ] } ] }