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.

Wat is Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) is een Chrome-extensie ontwikkeld door Skilloff1337, en de belangrijkste functie is "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Duolingo Themes Settings (DTS)

Download Duolingo Themes Settings (DTS)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Officiële URL https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Beschrijving Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Bestandsgrootte 8.3 MB
Aantal Installaties 270
Huidige Versie 1.2.28
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2022-08-04
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Skilloff1337
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}