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.

Vad är Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) är en Chrome-tillägg utvecklad av Skilloff1337, och dess huvudfunktion är "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Duolingo Themes Settings (DTS)-förlängningens CRX-fil

Ladda ner Duolingo Themes Settings (DTS)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Officiell webbadress https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Beskrivning Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Filstorlek 8.3 MB
Antal Installationer 270
Aktuell Version 1.2.28
Senast Uppdaterad 2023-06-09
Publiceringsdatum 2022-08-04
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Skilloff1337
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}