Remove Duolingo cartoons

Remove Duolingo cartoons.

Co je Remove Duolingo cartoons?

Remove Duolingo cartoons je rozšíření Chrome vyvinuté wenliprogramming, a jeho hlavní funkcí je „Remove Duolingo cartoons.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Duolingo cartoons

Stáhněte si soubory rozšíření Remove Duolingo cartoons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Remove Duolingo cartoons Remove Duolingo cartoons
ID emgjelpelgpdbhbpbdpapdoefdlpilel
Oficiální URL https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel
Popis Remove Duolingo cartoons.
Velikost souboru 5.58 KB
Počet instalací 217
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-11-21
Datum Vydání 2020-11-21
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář wenliprogramming
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}