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.6.3",
"description": "Simplifies uploading copied screenshots, images, files from clipboard.",
"action": [],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"clipboardRead",
"alarms"
],
"content_scripts": [
{
"js": [
"init.js",
"content.js"
],
"all_frames": true,
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"overlay.html",
"init.js",
"content.js",
"media\/*"
],
"matches": [
"<all_urls>"
]
}
]
}