Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
ما هو Clear Downloads Plugin؟
Clear Downloads Plugin هو إضافة Chrome تم تطويرها بواسطة prem.nirmal، والميزة الرئيسية لها هي "This extension will allow you to clear your downloads with one click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Downloads Plugin
قم بتنزيل ملفات الامتداد Clear Downloads Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)
معلومات أساسية عن التمديد
الاسم | Clear Downloads Plugin |
ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
الوصف | This extension will allow you to clear your downloads with one click |
حجم الملف | 91.38 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2017-04-11 |
تاريخ النشر | 2017-04-11 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | prem.nirmal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/premnirmal/ClearDownloadsPlugin |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads Plugin", "description": "This extension will allow you to clear your downloads with one click", "version": "0.0.5", "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Downloads", "default_popup": "popup.html" }, "permissions": [ "browsingData" ], "incognito": "split" } |