clean the download list
Automatically clean the download list.
Cos'è clean the download list?
clean the download list è un'estensione di Chrome sviluppata da 上官元恒, e la sua funzione principale è "Automatically clean the download list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione clean the download list
Scarica i file di estensione clean the download list 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
Automatically clean the download list. Informazioni di Base sull'Estensione
| Nome | |
| ID | afgmphafdnlmmcbefefbpnimhgeilahe |
| URL Ufficiale | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
| Descrizione | Automatically clean the download list. |
| Dimensione del File | 113 KB |
| Conteggio Installazioni | 103 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2024-02-05 |
| Data di Pubblicazione | 2018-10-11 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | 上官元恒 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "clean the download list",
"short_name": "ACDL",
"description": "Automatically clean the download list.",
"version": "0.1.1",
"permissions": [
"downloads",
"downloads.shelf"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "assets\/icon_128.png",
"16": "assets\/icon_16.png"
}
} | |