Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
What is Clear Downloads?
Clear Downloads is a Chrome extension developed by Sindre Sorhus, and its main feature is "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".
Extension Screenshots
Download Clear Downloads Extension CRX File
Download Clear 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
See the website for more info.
Extension Basic Information
Name | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
Official URL | https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk |
Description | Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete |
File Size | 11.06 KB |
Installation Count | 7,942 |
Current Version | 1.1.0 |
Last Updated | 2020-11-20 |
Publish Date | 2018-09-24 |
Rating | 4.61/5 Total 41 Ratings |
Developer | Sindre Sorhus |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sindresorhus/clear-downloads |
Help Page URL | https://github.com/sindresorhus/clear-downloads/issues |
Privacy Policy Page URL | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Downloads", "version": "1.1.0", "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete", "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads", "manifest_version": 2, "minimum_chrome_version": "66", "permissions": [ "browsingData" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |