MBN DarkTheme
Apply a custom theme to MBN
ما هو MBN DarkTheme؟
MBN DarkTheme هو إضافة Chrome تم تطويرها بواسطة Vincent Sahler، والميزة الرئيسية لها هي "Apply a custom theme to MBN".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MBN DarkTheme
قم بتنزيل ملفات الامتداد MBN DarkTheme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN
معلومات أساسية عن التمديد
الاسم | MBN DarkTheme |
ID | egkpfobbbpgfpbcjgogfkjfbikgbaedk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk |
الوصف | Apply a custom theme to MBN |
حجم الملف | 7.54 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-02-12 |
تاريخ النشر | 2021-12-13 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Vincent Sahler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/vsahler/mbn-darktheme |
عنوان صفحة المساعدة | https://github.com/vsahler/mbn-darktheme/issues |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MBN DarkTheme", "description": "Apply a custom theme to MBN", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.monbureaunumerique.fr\/*" ], "exclude_matches": [ "https:\/\/*.moodle.monbureaunumerique.fr\/*" ], "css": [ "style.css" ] } ], "icons": { "128": "icons\/128.png" } } |