clean the download list
Automatically clean the download list.
Wat is clean the download list?
clean the download list is een Chrome-extensie ontwikkeld door 上官元恒, en de belangrijkste functie is "Automatically clean the download list.".
Extensie Screenshots
Download het CRX-bestand van de extensie clean the download list
Download clean the download list-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
Automatically clean the download list.
Basisinformatie over de Extensie
Naam | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
Officiële URL | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
Beschrijving | Automatically clean the download list. |
Bestandsgrootte | 113 KB |
Aantal Installaties | 103 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2024-02-05 |
Publicatiedatum | 2018-10-11 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 上官元恒 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |