Duolingo Annoyance Blocker
Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card
Wat is Duolingo Annoyance Blocker?
Duolingo Annoyance Blocker is een Chrome-extensie ontwikkeld door Harli Kodasma, en de belangrijkste functie is "Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card".
Extensie Screenshots
Download het CRX-bestand van de extensie Duolingo Annoyance Blocker
Download Duolingo Annoyance Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gcdpjnmeepdndbnjionjfhmhhpealbjp |
| Officiële URL | https://chromewebstore.google.com/detail/duolingo-annoyance-blocke/gcdpjnmeepdndbnjionjfhmhhpealbjp |
| Beschrijving | Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card |
| Bestandsgrootte | 25.66 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-07-11 |
| Publicatiedatum | 2023-07-10 |
| Ontwikkelaar | Harli Kodasma |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |