clean the download list
Automatically clean the download list.
Vad är clean the download list?
clean the download list är en Chrome-tillägg utvecklad av 上官元恒, och dess huvudfunktion är "Automatically clean the download list.".
Tilläggsskärmbilder
Ladda ner clean the download list-förlängningens CRX-fil
Ladda ner clean the download list-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatically clean the download list. Grundläggande Information om Tillägg
| Namn | |
| ID | afgmphafdnlmmcbefefbpnimhgeilahe |
| Officiell webbadress | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
| Beskrivning | Automatically clean the download list. |
| Filstorlek | 113 KB |
| Antal Installationer | 103 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2024-02-05 |
| Publiceringsdatum | 2018-10-11 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | 上官元恒 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |