clean the download list
Automatically clean the download list.
Was ist clean the download list?
clean the download list ist eine Chrome-Erweiterung, die von 上官元恒 entwickelt wurde, und ihr Hauptmerkmal ist "Automatically clean the download list.".
Erweiterungsscreenshots
clean the download list-Erweiterungs-CRX-Datei herunterladen
Laden Sie clean the download list-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically clean the download list.
Grundlegende Informationen zur Erweiterung
Name | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
Offizielle URL | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
Beschreibung | Automatically clean the download list. |
Dateigröße | 113 KB |
Installationsanzahl | 103 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2024-02-05 |
Veröffentlichungsdatum | 2018-10-11 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | 上官元恒 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |