Remove Duolingo cartoons

Remove Duolingo cartoons.

什麼是Remove Duolingo cartoons?

Remove Duolingo cartoons是由wenliprogramming開發的Chrome擴展程式,該擴展的主要功能是“Remove Duolingo cartoons.”。

擴展截圖

screenshot

下載Remove Duolingo cartoons擴展crx文件

下載Remove Duolingo cartoons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically remove cartoons displayed in skills and lessons on Duolingo before they are loaded. Developed with all languages in mind, but tested in German. Works on both exercises and skills. Does not interfere with stories. No effect on performance as it only uses CSS. Works with all devices. 

If the extension is not working/their cartoon images are loading as well, please refresh the page you are on before reporting a bug to WenLiProgramming [at] gmail.com                    

擴展基本資訊

名稱 Remove Duolingo cartoons Remove Duolingo cartoons
ID emgjelpelgpdbhbpbdpapdoefdlpilel
官方網址 https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel
簡介 Remove Duolingo cartoons.
檔案大小 5.58 KB
安裝次數 217
目前版本 1.0.0
更新時間 2020-11-21
上架時間 2020-11-21
評分 4.75/5 共 4 次評分
開發者 wenliprogramming
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Duolingo cartoons",
    "description": "Remove Duolingo cartoons.",
    "version": "1.0.0",
    "web_accessible_resources": [
        "hide_images.css"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "css": [
                "hide_images.css"
            ]
        }
    ]
}