Dark Side
An extension that helps you to change any website to dark mode and change the font of any website to your desired font
ما هو Dark Side؟
Dark Side هو إضافة Chrome تم تطويرها بواسطة Emmanuel Aina، والميزة الرئيسية لها هي "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dark Side
قم بتنزيل ملفات الامتداد Dark Side بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you to change any website to dark mode and change the font of any website to your desired font
معلومات أساسية عن التمديد
الاسم | Dark Side |
ID | mepmobcikgjmkmfpogmigbmliihpnpkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb |
الوصف | An extension that helps you to change any website to dark mode and change the font of any website to your desired font |
حجم الملف | 21.13 KB |
عدد التثبيتات | 819 |
النسخة الحالية | 1.5 |
آخر تحديث | 2019-09-23 |
تاريخ النشر | 2019-09-23 |
تقييم | 3.17/5 مجموع تقييمات 6 |
المطور | Emmanuel Aina |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Side", "version": "1.5", "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font", "permissions": [ "declarativeContent", "tabs", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |