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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Deleted Downloads
قم بتنزيل ملفات الامتداد Clear Deleted Downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply clears out all items in the Downloads list, files of which were already deleted
معلومات أساسية عن التمديد
الاسم | 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" } } |