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__", "version": "1.0.2", "default_locale": "en", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "activeTab", "webNavigation", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.bundle.js", "type": "module" } }