Remove Duolingo cartoons
Remove Duolingo cartoons.
Cos'è Remove Duolingo cartoons?
Remove Duolingo cartoons è un'estensione di Chrome sviluppata da wenliprogramming, e la sua funzione principale è "Remove Duolingo cartoons.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Duolingo cartoons
Scarica i file di estensione Remove Duolingo cartoons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Remove Duolingo cartoons |
ID | emgjelpelgpdbhbpbdpapdoefdlpilel |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel |
Descrizione | Remove Duolingo cartoons. |
Dimensione del File | 5.58 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-11-21 |
Data di Pubblicazione | 2020-11-21 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | wenliprogramming |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |