clean the download list

Automatically clean the download list.

Co to jest clean the download list?

clean the download list to rozszerzenie Chrome opracowane przez 上官元恒, a jego główną funkcją jest „Automatically clean the download list.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia clean the download list

Pobierz pliki rozszerzeń clean the download list 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

                        Automatically clean the download list.                    

Podstawowe informacje o rozszerzeniu

Nazwa clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
Oficjalny URL https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Opis Automatically clean the download list.
Rozmiar pliku 113 KB
Liczba instalacji 103
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2018-10-11
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper 上官元恒
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": "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"
    }
}