Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Clear Downloadsคืออะไร?

Clear Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sindre Sorhus และคุณลักษณะหลักของมันคือ "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete"

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

screenshot

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

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

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

                        See the website for more info.                    

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

ชื่อ Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
คำอธิบาย Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
ขนาดไฟล์ 11.06 KB
จำนวนการติดตั้ง 7,942
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2018-09-24
คะแนน 4.61/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา Sindre Sorhus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sindresorhus/clear-downloads
URL หน้าช่วยเหลือ https://github.com/sindresorhus/clear-downloads/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}