Clear Deleted Downloads
Removes deleted items from the 'Downloads' list
Wat is Clear Deleted Downloads?
Clear Deleted Downloads is een Chrome-extensie ontwikkeld door skyrocker2013, en de belangrijkste functie is "Removes deleted items from the 'Downloads' list".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Deleted Downloads
Download Clear Deleted 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
                        Simply clears out all items in the Downloads list, files of which were already deleted                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ffalkaakjbfpeicomidfmddhfimmphol | 
| Officiële URL | https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol | 
| Beschrijving | Removes deleted items from the 'Downloads' list | 
| Bestandsgrootte | 12.91 KB | 
| Aantal Installaties | 140 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2023-12-05 | 
| Publicatiedatum | 2022-01-05 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | skyrocker2013 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |