Circuit Dark Mode
Dark Mode for Circuit. Extension not official
ما هو Circuit Dark Mode؟
Circuit Dark Mode هو إضافة Chrome تم تطويرها بواسطة Fabio Leme، والميزة الرئيسية لها هي "Dark Mode for Circuit. Extension not official".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Circuit Dark Mode
قم بتنزيل ملفات الامتداد Circuit Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated. UPDATES: 27/05/2020 *New styles areas updated
معلومات أساسية عن التمديد
الاسم | Circuit Dark Mode |
ID | dnbienmilkidinchjfnhllcflpjhiddi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
الوصف | Dark Mode for Circuit. Extension not official |
حجم الملف | 42.99 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-05-28 |
تاريخ النشر | 2020-05-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Fabio Leme |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circuit Dark Mode", "description": "Dark Mode for Circuit. Extension not official", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/eu.yourcircuit.com\/*" ], "js": [ "js\/script.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |