Replace Duolingo cartoons with anime girls

Replace the cartoons in Duolingo exercises with anime girls.

什么是Replace Duolingo cartoons with anime girls?

Replace Duolingo cartoons with anime girls是由wenliprogramming开发的Chrome扩展程序,该扩展的主要功能是“Replace the cartoons in Duolingo exercises with anime girls.”。

扩展截图

screenshot
screenshot

下载Replace Duolingo cartoons with anime girls扩展crx文件

下载Replace Duolingo cartoons with anime girls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Replace Duolingo cartoons with anime girls Replace Duolingo cartoons with anime girls
ID laakljikklodjldfnanikoefcpbjhodj
官方URL https://chromewebstore.google.com/detail/replace-duolingo-cartoons/laakljikklodjldfnanikoefcpbjhodj
简介 Replace the cartoons in Duolingo exercises with anime girls.
文件大小 2.59 MB
安装次数 303
当前版本 1.1
更新时间 2022-12-15
上架时间 2020-09-30
评分 4.00/5 共6次评分
开发者 wenliprogramming
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}