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
公式URL 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
Eメール [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"
            ]
        }
    ]
}