New Modmail NightMode
Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
ما هو New Modmail NightMode؟
New Modmail NightMode هو إضافة Chrome تم تطويرها بواسطة rglobaloffensive، والميزة الرئيسية لها هي "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Modmail NightMode
قم بتنزيل ملفات الامتداد New Modmail NightMode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Night mode for modmail on Reddit
معلومات أساسية عن التمديد
الاسم | New Modmail NightMode |
ID | mcbfbhniekenjmfjkmcblmibnjgjmkmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-modmail-nightmode/mcbfbhniekenjmfjkmcblmibnjgjmkmc |
الوصف | Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support. |
حجم الملف | 51.1 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2020-04-25 |
تاريخ النشر | 2020-04-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | rglobaloffensive |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Modmail NightMode", "short_name": "New Modmail NightMode", "author": "zebradolphin5", "description": "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.", "version": "1.1.1", "content_scripts": [ { "matches": [ "*:\/\/mod.reddit.com\/mail\/", "*:\/\/mod.reddit.com\/mail", "*:\/\/mod.reddit.com\/mail\/all", "*:\/\/mod.reddit.com\/mail\/*" ], "css": [ "styles\/style.css" ], "js": [ "jquery-2.1.4.min.js", "main.js" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/mod.reddit.com\/mail\/all", "*:\/\/mod.reddit.com\/mail\/", "*:\/\/mod.reddit.com\/mail", "*:\/\/mod.reddit.com\/mail\/all", "*:\/\/mod.reddit.com\/mail\/*" ], "web_accessible_resources": [ "main.js", "styles\/style.css" ] } |