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, "name": "Copy-n-Paste: Clipboard Upload Simplified", "version": "1.5.7.1", "description": "Simplify uploading copied screenshots, images, files from your clipboard to webpages.", "action": [], "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "permissions": [ "clipboardRead" ], "content_scripts": [ { "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "overlay.html", "content.js", "media\/*" ], "matches": [ "<all_urls>" ] } ] }