Remove Duolingo cartoons
Remove Duolingo cartoons.
Qu'est-ce que Remove Duolingo cartoons ?
Remove Duolingo cartoons est une extension Chrome développée par wenliprogramming, et sa fonction principale est "Remove Duolingo cartoons.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remove Duolingo cartoons
Téléchargez les fichiers d'extension Remove Duolingo cartoons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Remove Duolingo cartoons |
ID | emgjelpelgpdbhbpbdpapdoefdlpilel |
URL Officiel | https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel |
Description | Remove Duolingo cartoons. |
Taille du Fichier | 5.58 KB |
Nombre d'Installations | 217 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-11-21 |
Date de Publication | 2020-11-21 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | wenliprogramming |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |