Clear Deleted Downloads
Removes deleted items from the 'Downloads' list
Vad är Clear Deleted Downloads?
Clear Deleted Downloads är en Chrome-tillägg utvecklad av skyrocker2013, och dess huvudfunktion är "Removes deleted items from the 'Downloads' list".
Tilläggsskärmbilder
Ladda ner Clear Deleted Downloads-förlängningens CRX-fil
Ladda ner Clear Deleted Downloads-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
Simply clears out all items in the Downloads list, files of which were already deleted Grundläggande Information om Tillägg
| Namn | |
| ID | ffalkaakjbfpeicomidfmddhfimmphol |
| Officiell webbadress | https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol |
| Beskrivning | Removes deleted items from the 'Downloads' list |
| Filstorlek | 12.91 KB |
| Antal Installationer | 140 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-12-05 |
| Publiceringsdatum | 2022-01-05 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | skyrocker2013 |
| 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": "Clear Deleted Downloads",
"version": "1.0.1",
"description": "Removes deleted items from the 'Downloads' list",
"short_name": "CDD",
"permissions": [
"downloads"
],
"background": {
"service_worker": "index.js"
},
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Clear deleted downloads"
}
} | |