Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Cos'è Clear Downloads?

Clear Downloads è un'estensione di Chrome sviluppata da Sindre Sorhus, e la sua funzione principale è "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".

Screenshot dell'Estensione

screenshot

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

                        See the website for more info.                    

Informazioni di Base sull'Estensione

Nome Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
URL Ufficiale https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
Descrizione Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Dimensione del File 11.06 KB
Conteggio Installazioni 7,942
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-11-20
Data di Pubblicazione 2018-09-24
Valutazione 4.61/5 Totale 41 Valutazioni
Sviluppatore Sindre Sorhus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sindresorhus/clear-downloads
URL della Pagina di Aiuto https://github.com/sindresorhus/clear-downloads/issues
URL della Pagina della Politica sulla Privacy https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Lingue Supportate 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"
        ]
    }
}