Remove Duolingo cartoons
Remove Duolingo cartoons.
Was ist Remove Duolingo cartoons?
Remove Duolingo cartoons ist eine Chrome-Erweiterung, die von wenliprogramming entwickelt wurde, und ihr Hauptmerkmal ist "Remove Duolingo cartoons.".
Erweiterungsscreenshots
Remove Duolingo cartoons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove Duolingo cartoons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Remove Duolingo cartoons |
ID | emgjelpelgpdbhbpbdpapdoefdlpilel |
Offizielle URL | https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel |
Beschreibung | Remove Duolingo cartoons. |
Dateigröße | 5.58 KB |
Installationsanzahl | 217 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-11-21 |
Veröffentlichungsdatum | 2020-11-21 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | wenliprogramming |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |