Duolingo Annoyance Blocker

Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card

Duolingo Annoyance Blocker क्या है?

Duolingo Annoyance Blocker Harli Kodasma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duolingo Annoyance Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Click on the extension to open the settings menu and configure what annoys you - disable pop-up ads, mid-lesson motivation cards or 'let's review missed exercises' card. Or all of them.
The settings are synced with your Google account.                    

एक्सटेंशन की मूल जानकारी

नाम Duolingo Annoyance Blocker Duolingo Annoyance Blocker
ID gcdpjnmeepdndbnjionjfhmhhpealbjp
आधिकारिक URL https://chromewebstore.google.com/detail/duolingo-annoyance-blocke/gcdpjnmeepdndbnjionjfhmhhpealbjp
विवरण Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card
फ़ाइल का आकार 25.66 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2023-07-10
डेवलपर Harli Kodasma
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Duolingo Annoyance Blocker",
    "version": "1.0",
    "description": "Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Options for Duolingo Annoyance Blocker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    }
}