Clear Downloads
This extension clears and hides the download bar on download completion
Cos'è Clear Downloads?
Clear Downloads è un'estensione di Chrome sviluppata da https://www.dicode.nl, e la sua funzione principale è "This extension clears and hides the download bar on download completion".
Scarica il file CRX dell'estensione Clear Downloads
Scarica i file di estensione Clear Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
Informazioni di Base sull'Estensione
Nome | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
URL Ufficiale | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Descrizione | This extension clears and hides the download bar on download completion |
Dimensione del File | 13.34 KB |
Conteggio Installazioni | 737 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2015-01-09 |
Data di Pubblicazione | 2015-01-09 |
Valutazione | 4.31/5 Totale 16 Valutazioni |
Sviluppatore | https://www.dicode.nl |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |