Clear Deleted Downloads

Removes deleted items from the 'Downloads' list

Co to jest Clear Deleted Downloads?

Clear Deleted Downloads to rozszerzenie Chrome opracowane przez skyrocker2013, a jego główną funkcją jest „Removes deleted items from the 'Downloads' list”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clear Deleted Downloads

Pobierz pliki rozszerzeń Clear Deleted Downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Simply clears out all items in the Downloads list, files of which were already deleted                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear Deleted Downloads Clear Deleted Downloads
ID ffalkaakjbfpeicomidfmddhfimmphol
Oficjalny URL https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol
Opis Removes deleted items from the 'Downloads' list
Rozmiar pliku 12.91 KB
Liczba instalacji 140
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-12-05
Data Publikacji 2022-01-05
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper skyrocker2013
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}