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