Duolingo Annoyance Blocker
Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card
Co to jest Duolingo Annoyance Blocker?
Duolingo Annoyance Blocker to rozszerzenie Chrome opracowane przez Harli Kodasma, a jego główną funkcją jest „Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duolingo Annoyance Blocker
Pobierz pliki rozszerzeń Duolingo Annoyance Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gcdpjnmeepdndbnjionjfhmhhpealbjp |
| Oficjalny URL | https://chromewebstore.google.com/detail/duolingo-annoyance-blocke/gcdpjnmeepdndbnjionjfhmhhpealbjp |
| Opis | Remove annoying stuff from Duolingo such as pop-up ads, mid-lesson motivation cards and 'let's review missed exercises' card |
| Rozmiar pliku | 25.66 KB |
| Liczba instalacji | 49 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-07-11 |
| Data Publikacji | 2023-07-10 |
| Deweloper | Harli Kodasma |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |