Clear Deleted Downloads

Removes deleted items from the 'Downloads' list

Qu'est-ce que Clear Deleted Downloads ?

Clear Deleted Downloads est une extension Chrome développée par skyrocker2013, et sa fonction principale est "Removes deleted items from the 'Downloads' list".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clear Deleted Downloads

Téléchargez les fichiers d'extension Clear Deleted Downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Clear Deleted Downloads Clear Deleted Downloads
ID ffalkaakjbfpeicomidfmddhfimmphol
URL Officiel https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol
Description Removes deleted items from the 'Downloads' list
Taille du Fichier 12.91 KB
Nombre d'Installations 140
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-12-05
Date de Publication 2022-01-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur skyrocker2013
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}