clean the download list
Automatically clean the download list.
Qu'est-ce que clean the download list ?
clean the download list est une extension Chrome développée par 上官元恒, et sa fonction principale est "Automatically clean the download list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension clean the download list
Téléchargez les fichiers d'extension clean the download list 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
Automatically clean the download list.
Informations de Base sur l'Extension
Nom | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
URL Officiel | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
Description | Automatically clean the download list. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 103 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2018-10-11 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | 上官元恒 |
[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": "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" } } |