ModClear
Clears notifications on click
ما هو ModClear؟
ModClear هو إضافة Chrome تم تطويرها بواسطة JonLuca، والميزة الرئيسية لها هي "Clears notifications on click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ModClear
قم بتنزيل ملفات الامتداد ModClear بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
معلومات أساسية عن التمديد
الاسم | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
الوصف | Clears notifications on click |
حجم الملف | 84.55 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-06-25 |
تاريخ النشر | 2017-06-25 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | JonLuca |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jonluca/ModClear |
عنوان صفحة سياسة الخصوصية | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |