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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/sindresorhus/clear-downloads/issues
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}