clean the download list
Automatically clean the download list.
Hvad er clean the download list?
clean the download list er en Chrome-udvidelse udviklet af 上官元恒, og dens hovedfunktion er "Automatically clean the download list.".
Udvidelsesskærmbilleder
Download clean the download list-udvidelses-CRX-fil
Download clean the download list-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Automatically clean the download list.
Grundlæggende oplysninger om udvidelsen
Navn | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
Officiel URL | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
Beskrivelse | Automatically clean the download list. |
Filstørrelse | 113 KB |
Antal Installationer | 103 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2024-02-05 |
Udgivelsesdato | 2018-10-11 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | 上官元恒 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |