Clear Downloads
This extension clears and hides the download bar on download completion
ما هو Clear Downloads؟
Clear Downloads هو إضافة Chrome تم تطويرها بواسطة https://www.dicode.nl، والميزة الرئيسية لها هي "This extension clears and hides the download bar on download completion".
تحميل ملف CRX للإضافة Clear Downloads
قم بتنزيل ملفات الامتداد Clear Downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
معلومات أساسية عن التمديد
الاسم | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
الوصف | This extension clears and hides the download bar on download completion |
حجم الملف | 13.34 KB |
عدد التثبيتات | 737 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2015-01-09 |
تاريخ النشر | 2015-01-09 |
تقييم | 4.31/5 مجموع تقييمات 16 |
المطور | https://www.dicode.nl |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads", "short_name": "dicldds", "description": "This extension clears and hides the download bar on download completion", "version": "0.2.1", "author": "dicode VOF", "permissions": [ "downloads", "browsingData" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |