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_extName__", "description": "__MSG_extShortDesc__", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "background": { "service_worker": "js\/background.js" }, "default_locale": "en", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_extName__" }, "minimum_chrome_version": "88.0", "incognito": "split", "permissions": [ "contextMenus", "scripting", "alarms", "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "css\/*", "css\/files\/*" ], "matches": [ "<all_urls>" ] } ] }