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": "Internxt VPN - Free, Encrypted & Unlimited VPN", "description": "Internxt free VPN for Chrome: an encrypted, secure VPN built to protect your privacy.", "version": "1.4.0", "short_name": "Internxt VPN", "icons": { "16": "\/icon\/16.png", "48": "\/icon\/48.png", "128": "icon\/128.png", "192": "\/icon\/192.png", "512": "icon\/512.png" }, "default_locale": "en", "permissions": [ "storage", "proxy", "webRequest", "webRequestAuthProvider", "browsingData" ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_title": "Internxt VPN" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-scripts\/content.js" ] } ] }