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.

Was ist Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) ist eine Chrome-Erweiterung, die von Skilloff1337 entwickelt wurde, und ihr Hauptmerkmal ist "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Duolingo Themes Settings (DTS)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Duolingo Themes Settings (DTS)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Offizielle URL https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Beschreibung Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Dateigröße 8.3 MB
Installationsanzahl 270
Aktuelle Version 1.2.28
Letztes Update 2023-06-09
Veröffentlichungsdatum 2022-08-04
Bewertung 4.38/5 Insgesamt 8 Bewertungen
Entwickler Skilloff1337
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}