Duolingo Themes Settings (DTS)

Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.

ما هو Duolingo Themes Settings (DTS)؟

Duolingo Themes Settings (DTS) هو إضافة Chrome تم تطويرها بواسطة Skilloff1337، والميزة الرئيسية لها هي "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Duolingo Themes Settings (DTS)

قم بتنزيل ملفات الامتداد Duolingo Themes Settings (DTS) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Duolingo Themes Setting - This is an open source extension that will allow you to change the color scheme on the Duolingo.com website to ready-made ones. And you can also customize the color scheme for yourself by turning on manual settings.

Github repository - github.com/skilloff1337/Google-Extension-Duolingo-Themes-Settings                    

معلومات أساسية عن التمديد

الاسم Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
عنوان URL الرسمي https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
الوصف Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
حجم الملف 8.3 MB
عدد التثبيتات 270
النسخة الحالية 1.2.28
آخر تحديث 2023-06-09
تاريخ النشر 2022-08-04
تقييم 4.38/5 مجموع تقييمات 8
المطور Skilloff1337
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Duolingo Themes Settings (DTS)",
    "version": "1.2.28",
    "description": "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.",
    "icons": {
        "128": "Images\/duo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "duolingo.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Duolingo Themes Settings (DTS)",
        "default_popup": "Popup.html"
    }
}