Clear Deleted Downloads

Removes deleted items from the 'Downloads' list

Clear Deleted Downloads là gì?

Clear Deleted Downloads là một tiện ích mở rộng Chrome được phát triển bởi skyrocker2013, và tính năng chính của nó là "Removes deleted items from the 'Downloads' list".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clear Deleted Downloads

Tải xuống các tệp mở rộng Clear Deleted Downloads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clear Deleted Downloads Clear Deleted Downloads
ID ffalkaakjbfpeicomidfmddhfimmphol
URL Chính Thức https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol
Mô tả Removes deleted items from the 'Downloads' list
Kích Thước Tệp 12.91 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2022-01-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển skyrocker2013
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}