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": "Copy Me That", "version": "1.2.8", "manifest_version": 3, "minimum_chrome_version": "91", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/button.copymethat.com\/*", "https:\/\/www.copymethat.com\/*" ], "action": { "name": "Copy me that!", "default_icon": "icon.png" }, "web_accessible_resources": [ { "resources": [ "exists.gif", "spinner_25.gif" ], "matches": [ "<all_urls>" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } }