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", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "version": "2.1.9", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "unlimitedStorage", "tabs", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "bg.js" }, "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "icons\/icon-128.png" } } }