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": "Clear Deleted Downloads",
"version": "1.0.3",
"description": "Removes deleted items from the 'Downloads' list",
"short_name": "CDD",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"downloads",
"storage",
"webNavigation"
],
"background": {
"service_worker": "index.js"
},
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Clear deleted downloads"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}