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, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_extName__" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "version": "1.0.1", "name": "__MSG_extName__", "description": "__MSG_extShortDesc__", "default_locale": "en", "minimum_chrome_version": "102", "permissions": [ "storage", "alarms", "scripting" ], "host_permissions": [ "<all_urls>" ], "incognito": "split", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+P" } } }, "web_accessible_resources": [ { "resources": [ "css\/content.css", "images\/close.png", "images\/help.png", "images\/element-mode-toggle.png", "images\/arrow-up.png", "images\/arrow-down.png", "images\/arrow-left.png", "images\/arrow-right.png", "images\/dock-top.png", "images\/dock-bottom.png", "images\/help-white.png", "images\/crosshair.png" ], "matches": [ "<all_urls>" ] } ] }