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": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "1VPN", "author": "1VPN", "version": "3.4.3", "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "proxy", "storage", "webRequest", "privacy", "alarms", "management", "scripting", "webNavigation", "webRequestAuthProvider", "offscreen" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.bundle.js", "type": "module" } }