Clear Downloads
This extension clears and hides the download bar on download completion
What is Clear Downloads?
Clear Downloads is a Chrome extension developed by https://www.dicode.nl, and its main feature is "This extension clears and hides the download bar on download completion".
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
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
Extension Basic Information
Name | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Official URL | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Description | This extension clears and hides the download bar on download completion |
File Size | 13.34 KB |
Installation Count | 737 |
Current Version | 0.2.1 |
Last Updated | 2015-01-09 |
Publish Date | 2015-01-09 |
Rating | 4.31/5 Total 16 Ratings |
Developer | https://www.dicode.nl |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads", "short_name": "dicldds", "description": "This extension clears and hides the download bar on download completion", "version": "0.2.1", "author": "dicode VOF", "permissions": [ "downloads", "browsingData" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |