Replace Duolingo cartoons with anime girls

Replace the cartoons in Duolingo exercises with anime girls.

Apa itu Replace Duolingo cartoons with anime girls?

Replace Duolingo cartoons with anime girls adalah ekstensi Chrome yang dikembangkan oleh wenliprogramming, dan fitur utamanya adalah "Replace the cartoons in Duolingo exercises with anime girls.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Replace Duolingo cartoons with anime girls

Unduh file ekstensi Replace Duolingo cartoons with anime girls 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

                        Replace the cartoons in Duolingo exercises with anime girls. Developed with all languages in mind, but tested in German.

If the extension is not working/their cartoon images are loading as well, please refresh the page you are on before reporting a bug.

If you would like to submit a picture to be added, email WenLiProgramming [at] gmail.com ensure the image is/has
-Transparent background (PNG)
-Safe for work
-Acceptable resolution and quality
-Copyright-free 

All images referenced by links and the Chrome icon are obtained from copyright-free sources, for the most part using the "creative commons" filter on google, and others from community wikis.                    

Informasi Dasar Ekstensi

Nama Replace Duolingo cartoons with anime girls Replace Duolingo cartoons with anime girls
ID laakljikklodjldfnanikoefcpbjhodj
URL Resmi https://chromewebstore.google.com/detail/replace-duolingo-cartoons/laakljikklodjldfnanikoefcpbjhodj
Deskripsi Replace the cartoons in Duolingo exercises with anime girls.
Ukuran File 2.59 MB
Jumlah Instalasi 303
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-12-15
Tanggal Publikasi 2020-09-30
Penilaian 4.00/5 Total 6 Penilaian
Pengembang wenliprogramming
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Duolingo cartoons with anime girls",
    "description": "Replace the cartoons in Duolingo exercises with anime girls.",
    "version": "1.1",
    "web_accessible_resources": [
        "duo.js",
        "source\/*.png",
        "hide_images.css"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*",
                "https:\/\/www.duolingo.com\/practice",
                "https:\/\/www.duolingo.com\/skill\/*",
                "https:\/\/www.duolingo.com\/learn"
            ],
            "js": [
                "loader.js"
            ],
            "css": [
                "hide_images.css"
            ]
        }
    ]
}