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__", "version": "1.8.0", "description": "__MSG_extDesc__", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-48.png" }, "icons": { "48": "icon-48.png" }, "permissions": [ "tabs", "storage", "activeTab" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-48.png" ], "matches": [] } ], "default_locale": "en" }