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.

Qu'est-ce que Duolingo Themes Settings (DTS) ?

Duolingo Themes Settings (DTS) est une extension Chrome développée par Skilloff1337, et sa fonction principale est "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Duolingo Themes Settings (DTS)

Téléchargez les fichiers d'extension Duolingo Themes Settings (DTS) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
URL Officiel https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Description Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Taille du Fichier 8.3 MB
Nombre d'Installations 270
Version Actuelle 1.2.28
Dernière Mise à Jour 2023-06-09
Date de Publication 2022-08-04
Évaluation 4.38/5 Total 8 Évaluations
Développeur Skilloff1337
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}