Clear Deleted Downloads
Removes deleted items from the 'Downloads' list
What is Clear Deleted Downloads?
Clear Deleted Downloads is a Chrome extension developed by skyrocker2013, and its main feature is "Removes deleted items from the 'Downloads' list".
Extension Screenshots
Download Clear Deleted Downloads Extension CRX File
Download Clear Deleted Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simply clears out all items in the Downloads list, files of which were already deleted
Extension Basic Information
Name | Clear Deleted Downloads |
ID | ffalkaakjbfpeicomidfmddhfimmphol |
Official URL | https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol |
Description | Removes deleted items from the 'Downloads' list |
File Size | 12.91 KB |
Installation Count | 140 |
Current Version | 1.0.1 |
Last Updated | 2023-12-05 |
Publish Date | 2022-01-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | skyrocker2013 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clear Deleted Downloads", "version": "1.0.1", "description": "Removes deleted items from the 'Downloads' list", "short_name": "CDD", "permissions": [ "downloads" ], "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" } } |