Clear Downloads
This extension clears and hides the download bar on download completion
Qu'est-ce que Clear Downloads ?
Clear Downloads est une extension Chrome développée par https://www.dicode.nl, et sa fonction principale est "This extension clears and hides the download bar on download completion".
Télécharger le fichier CRX de l'extension Clear Downloads
Téléchargez les fichiers d'extension Clear Downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
Informations de Base sur l'Extension
Nom | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
URL Officiel | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Description | This extension clears and hides the download bar on download completion |
Taille du Fichier | 13.34 KB |
Nombre d'Installations | 737 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2015-01-09 |
Date de Publication | 2015-01-09 |
Évaluation | 4.31/5 Total 16 Évaluations |
Développeur | https://www.dicode.nl |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |