Doulingo Darkmode

Changes the duolingo werbsite to darkmode

Apa itu Doulingo Darkmode?

Doulingo Darkmode adalah ekstensi Chrome yang dikembangkan oleh YannikHoeflich, dan fitur utamanya adalah "Changes the duolingo werbsite to darkmode".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Doulingo Darkmode

Unduh file ekstensi Doulingo Darkmode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Gives the Duolingo Webpage a Darkmode.                    

Informasi Dasar Ekstensi

Nama Doulingo Darkmode Doulingo Darkmode
ID kinhdlpfleklibmdlgppipidahjhmfgh
URL Resmi https://chromewebstore.google.com/detail/doulingo-darkmode/kinhdlpfleklibmdlgppipidahjhmfgh
Deskripsi Changes the duolingo werbsite to darkmode
Ukuran File 3.75 KB
Jumlah Instalasi 511
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-11-21
Tanggal Publikasi 2022-11-04
Pengembang YannikHoeflich
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doulingo Darkmode",
    "version": "1.1.0",
    "description": "Changes the duolingo werbsite to darkmode",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ]
        }
    ]
}