clean the download list

Automatically clean the download list.

Apa itu clean the download list?

clean the download list adalah ekstensi Chrome yang dikembangkan oleh 上官元恒, dan fitur utamanya adalah "Automatically clean the download list.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi clean the download list

Unduh file ekstensi clean the download list dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically clean the download list.                    

Informasi Dasar Ekstensi

Nama clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
URL Resmi https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Deskripsi Automatically clean the download list.
Ukuran File 113 KB
Jumlah Instalasi 103
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2024-02-05
Tanggal Publikasi 2018-10-11
Penilaian 3.00/5 Total 2 Penilaian
Pengembang 上官元恒
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}