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", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "all_frames": true, "run_at": "document_start" } ], "action": { "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "300": "icons\/icon-300.png" }, "default_title": "__MSG_extName__", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "300": "icons\/icon-300.png" }, "manifest_version": 3, "minimum_chrome_version": "106.0", "name": "__MSG_extName__", "permissions": [ "alarms", "scripting", "storage" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+E", "mac": "Ctrl+Shift+E", "chromeos": "Alt+Shift+E", "linux": "Alt+Shift+E" } } }, "host_permissions": [ "<all_urls>" ], "version": "1.0.3" }