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
官方網址 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"
    }
}