Duolingo Image Hider

When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.

Τι είναι το Duolingo Image Hider;

Το Duolingo Image Hider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dennis Vink, και η κύρια λειτουργία του είναι "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.".

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

screenshot

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

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

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

                        Duolingo is a great way to learn new languages. However, the Duolingo website will show images to help you pick the right words. The duolingo image hider extension hides the helper images. You will see the words or phrases only, without a visual aid.                    

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

Όνομα Duolingo Image Hider Duolingo Image Hider
ID hifbfmmbcjpoaopiebnldbemjloffofj
Επίσημο URL https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj
Περιγραφή When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
Μέγεθος Αρχείου 46.83 KB
Αριθμός Εγκαταστάσεων 150
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-02-14
Ημερομηνία Δημοσίευσης 2021-02-14
Προγραμματιστής Dennis Vink
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo Image Hider",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "description": "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.",
    "author": "drvink.com",
    "homepage_url": "https:\/\/drvink.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duolingo.com\/skill\/*",
                "*:\/\/*.duolingo.com\/skill\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}