Remove Duolingo cartoons
Remove Duolingo cartoons.
What is Remove Duolingo cartoons?
Remove Duolingo cartoons is a Chrome extension developed by wenliprogramming, and its main feature is "Remove Duolingo cartoons.".
Extension Screenshots
Download Remove Duolingo cartoons Extension CRX File
Download Remove Duolingo cartoons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Remove Duolingo cartoons |
ID | emgjelpelgpdbhbpbdpapdoefdlpilel |
Official URL | https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel |
Description | Remove Duolingo cartoons. |
File Size | 5.58 KB |
Installation Count | 217 |
Current Version | 1.0.0 |
Last Updated | 2020-11-21 |
Publish Date | 2020-11-21 |
Rating | 4.75/5 Total 4 Ratings |
Developer | wenliprogramming |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |