Remove Duolingo cartoons

Remove Duolingo cartoons.

Τι είναι το Remove Duolingo cartoons;

Το Remove Duolingo cartoons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wenliprogramming, και η κύρια λειτουργία του είναι "Remove Duolingo cartoons.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Remove Duolingo cartoons

Λήψη αρχείων επέκτασης Remove Duolingo cartoons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Remove Duolingo cartoons Remove Duolingo cartoons
ID emgjelpelgpdbhbpbdpapdoefdlpilel
Επίσημο URL https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel
Περιγραφή Remove Duolingo cartoons.
Μέγεθος Αρχείου 5.58 KB
Αριθμός Εγκαταστάσεων 217
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-11-21
Ημερομηνία Δημοσίευσης 2020-11-21
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής wenliprogramming
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}