clean the download list

Automatically clean the download list.

What is clean the download list?

clean the download list is a Chrome extension developed by 上官元恒, and its main feature is "Automatically clean the download list.".

Extension Screenshots

screenshot
screenshot

Download clean the download list Extension CRX File

Download clean the download list extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically clean the download list.                    

Extension Basic Information

Name clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
Official URL https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Description Automatically clean the download list.
File Size 113 KB
Installation Count 103
Current Version 0.1.1
Last Updated 2024-02-05
Publish Date 2018-10-11
Rating 3.00/5 Total 2 Ratings
Developer 上官元恒
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}