Clear Deleted Downloads

Removes deleted items from the 'Downloads' list

Clear Deleted Downloadsคืออะไร?

Clear Deleted Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skyrocker2013 และคุณลักษณะหลักของมันคือ "Removes deleted items from the 'Downloads' list"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Deleted Downloads

ดาวน์โหลดไฟล์ส่วนขยาย Clear Deleted Downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clear Deleted Downloads Clear Deleted Downloads
ID ffalkaakjbfpeicomidfmddhfimmphol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-deleted-downloads/ffalkaakjbfpeicomidfmddhfimmphol
คำอธิบาย Removes deleted items from the 'Downloads' list
ขนาดไฟล์ 12.91 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2022-01-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา skyrocker2013
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}