Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "name": "Plugins", "version": "7.5.0.1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/singleclickapps.com\/plugins-button", "description": "Control and manage your Chrome plugins", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "optional_permissions": [ "management" ], "action": { "default_icon": "icon.png", "default_title": "Plugins", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "settings.html", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } } } }