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",
"description": "Upload images & files directly from a URL or the clipboard (ctrl+v), without needing to have them on your computer!",
"version": "1.4.1",
"name": "Upload image from clipboard or URL",
"permissions": [
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "public\/icon.png"
},
"icons": {
"128": "public\/icon.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+U"
}
}
},
"web_accessible_resources": [
{
"resources": [
"public\/**\/*.png",
"public\/**\/*.jpg",
"public\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}