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开发的Chrome扩展程序,该扩展的主要功能是“Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card”。

扩展截图

screenshot

下载Duolingo Annoyance Blocker扩展crx文件

下载Duolingo Annoyance Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}