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",
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"description": "A Google Chrome Extension to always clear the downloads list of all completed downloads.",
"manifest_version": 3,
"name": "Always Clear Downloads 3",
"action": {
"default_icon": {
"16": "AlwaysClearDownloads.png",
"32": "AlwaysClearDownloads.png",
"48": "AlwaysClearDownloads.png",
"128": "AlwaysClearDownloads.png"
}
},
"permissions": [
"downloads",
"storage"
],
"version": "3.0"
}