clean the download list

Automatically clean the download list.

Co je clean the download list?

clean the download list je rozšíření Chrome vyvinuté 上官元恒, a jeho hlavní funkcí je „Automatically clean the download list.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření clean the download list

Stáhněte si soubory rozšíření clean the download list ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Automatically clean the download list.                    

Základní Informace o Rozšíření

Název clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
Oficiální URL https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Popis Automatically clean the download list.
Velikost souboru 113 KB
Počet instalací 103
Aktuální Verze 0.1.1
Poslední Aktualizace 2024-02-05
Datum Vydání 2018-10-11
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář 上官元恒
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}