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.

Co to jest Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) to rozszerzenie Chrome opracowane przez Skilloff1337, a jego główną funkcją jest „Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Duolingo Themes Settings (DTS)

Pobierz pliki rozszerzeń Duolingo Themes Settings (DTS) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Oficjalny URL https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Opis Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Rozmiar pliku 8.3 MB
Liczba instalacji 270
Aktualna Wersja 1.2.28
Ostatnia Aktualizacja 2023-06-09
Data Publikacji 2022-08-04
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper Skilloff1337
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}