Duolingo Annoyance Blocker

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

What is Duolingo Annoyance Blocker?

Duolingo Annoyance Blocker is a Chrome extension developed by Harli Kodasma, and its main feature is "Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card".

Extension Screenshots

screenshot

Download Duolingo Annoyance Blocker Extension CRX File

Download Duolingo Annoyance Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Duolingo Annoyance Blocker Duolingo Annoyance Blocker
ID gcdpjnmeepdndbnjionjfhmhhpealbjp
Official URL https://chromewebstore.google.com/detail/duolingo-annoyance-blocke/gcdpjnmeepdndbnjionjfhmhhpealbjp
Description Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card
File Size 25.66 KB
Installation Count 49
Current Version 1.0
Last Updated 2023-07-11
Publish Date 2023-07-10
Developer Harli Kodasma
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}