Clear Deleted Downloads

Removes deleted items from the 'Downloads' list

Cos'è Clear Deleted Downloads?

Clear Deleted Downloads è un'estensione di Chrome sviluppata da skyrocker2013, e la sua funzione principale è "Removes deleted items from the 'Downloads' list".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clear Deleted Downloads

Scarica i file di estensione Clear Deleted 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

                        Simply clears out all items in the Downloads list, files of which were already deleted                    

Informazioni di Base sull'Estensione

Nome Clear Deleted Downloads Clear Deleted Downloads
ID ffalkaakjbfpeicomidfmddhfimmphol
URL Ufficiale https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol
Descrizione Removes deleted items from the 'Downloads' list
Dimensione del File 12.91 KB
Conteggio Installazioni 140
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2022-01-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore skyrocker2013
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clear Deleted Downloads",
    "version": "1.0.1",
    "description": "Removes deleted items from the 'Downloads' list",
    "short_name": "CDD",
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "index.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Clear deleted downloads"
    }
}