Clear Downloads
Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Wat is Clear Downloads?
Clear Downloads is een Chrome-extensie ontwikkeld door Sindre Sorhus, en de belangrijkste functie is "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Downloads
Download Clear Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
See the website for more info.
Basisinformatie over de Extensie
Naam | Clear Downloads |
ID | bknoejjhcfmakcibhifepfkegpjdnadk |
Officiële URL | https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk |
Beschrijving | Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete |
Bestandsgrootte | 11.06 KB |
Aantal Installaties | 7,942 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2018-09-24 |
Beoordeling | 4.61/5 Totaal 41 Beoordelingen |
Ontwikkelaar | Sindre Sorhus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sindresorhus/clear-downloads |
Help Pagina-URL | https://github.com/sindresorhus/clear-downloads/issues |
URL van de Privacybeleid Pagina | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Ondersteunde Talen | 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" ] } } |