clean the download list
Automatically clean the download list.
clean the download listคืออะไร?
clean the download list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 上官元恒 และคุณลักษณะหลักของมันคือ "Automatically clean the download list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย clean the download list
ดาวน์โหลดไฟล์ส่วนขยาย clean the download list ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically clean the download list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
คำอธิบาย | Automatically clean the download list. |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2018-10-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | 上官元恒 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |