Duolingo Annoyance Blocker

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

Hvad er Duolingo Annoyance Blocker?

Duolingo Annoyance Blocker er en Chrome-udvidelse udviklet af Harli Kodasma, og dens hovedfunktion er "Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card".

Udvidelsesskærmbilleder

screenshot

Download Duolingo Annoyance Blocker-udvidelses-CRX-fil

Download Duolingo Annoyance Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Duolingo Annoyance Blocker Duolingo Annoyance Blocker
ID gcdpjnmeepdndbnjionjfhmhhpealbjp
Officiel URL https://chromewebstore.google.com/detail/duolingo-annoyance-blocke/gcdpjnmeepdndbnjionjfhmhhpealbjp
Beskrivelse Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card
Filstørrelse 25.66 KB
Antal Installationer 49
Nuværende Version 1.0
Senest Opdateret 2023-07-11
Udgivelsesdato 2023-07-10
Udvikler Harli Kodasma
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}