Replace Duolingo cartoons with anime girls

Replace the cartoons in Duolingo exercises with anime girls.

Qu'est-ce que Replace Duolingo cartoons with anime girls ?

Replace Duolingo cartoons with anime girls est une extension Chrome développée par wenliprogramming, et sa fonction principale est "Replace the cartoons in Duolingo exercises with anime girls.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Replace Duolingo cartoons with anime girls

Téléchargez les fichiers d'extension Replace Duolingo cartoons with anime girls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Replace Duolingo cartoons with anime girls Replace Duolingo cartoons with anime girls
ID laakljikklodjldfnanikoefcpbjhodj
URL Officiel https://chromewebstore.google.com/detail/replace-duolingo-cartoons/laakljikklodjldfnanikoefcpbjhodj
Description Replace the cartoons in Duolingo exercises with anime girls.
Taille du Fichier 2.59 MB
Nombre d'Installations 303
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-15
Date de Publication 2020-09-30
Évaluation 4.00/5 Total 6 Évaluations
Développeur wenliprogramming
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}