Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Qu'est-ce que Clear Downloads ?
Clear Downloads est une extension Chrome développée par Sindre Sorhus, et sa fonction principale est "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".
Captures d'Écran de l'Extension
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
See the website for more info.
Informations de Base sur l'Extension
Nom | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
URL Officiel | 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 |
Taille du Fichier | 11.06 KB |
Nombre d'Installations | 7,942 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-11-20 |
Date de Publication | 2018-09-24 |
Évaluation | 4.61/5 Total 41 Évaluations |
Développeur | Sindre Sorhus |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sindresorhus/clear-downloads |
URL de la Page d'Aide | https://github.com/sindresorhus/clear-downloads/issues |
URL de la Page de Politique de Confidentialité | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Langues Prises en Charge | 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" ] } } |