Replace Duolingo cartoons with anime girls

Replace the cartoons in Duolingo exercises with anime girls.

Was ist Replace Duolingo cartoons with anime girls?

Replace Duolingo cartoons with anime girls ist eine Chrome-Erweiterung, die von wenliprogramming entwickelt wurde, und ihr Hauptmerkmal ist "Replace the cartoons in Duolingo exercises with anime girls.".

Erweiterungsscreenshots

screenshot
screenshot

Replace Duolingo cartoons with anime girls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Replace Duolingo cartoons with anime girls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Replace Duolingo cartoons with anime girls Replace Duolingo cartoons with anime girls
ID laakljikklodjldfnanikoefcpbjhodj
Offizielle URL https://chromewebstore.google.com/detail/replace-duolingo-cartoons/laakljikklodjldfnanikoefcpbjhodj
Beschreibung Replace the cartoons in Duolingo exercises with anime girls.
Dateigröße 2.59 MB
Installationsanzahl 303
Aktuelle Version 1.1
Letztes Update 2022-12-15
Veröffentlichungsdatum 2020-09-30
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler wenliprogramming
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}