Duolingo immersion unlocker
Gives opportunity for many users to translate articles in Duolingo.
Co to jest Duolingo immersion unlocker?
Duolingo immersion unlocker to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Gives opportunity for many users to translate articles in Duolingo.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duolingo immersion unlocker
Pobierz pliki rozszerzeń Duolingo immersion unlocker 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
Duolingo sometimes just randomly puts users to A/B tests so some people have access to immersion, and some don't. Also people from Europe often are forbidden to translate articles. Many people are disappointed because they can't use Duolingo's killer feature: immersion. There exists many workarounds how to get translation functionality, but this is the simplest and most comfortable one. Just install this extension, and the immersion tab will be unlocked for you! Of course it will only work if immersion is available for your current languages.
Podstawowe informacje o rozszerzeniu
Nazwa | Duolingo immersion unlocker |
ID | jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
Oficjalny URL | https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
Opis | Gives opportunity for many users to translate articles in Duolingo. |
Rozmiar pliku | 17.76 KB |
Liczba instalacji | 3,549 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-09-06 |
Data Publikacji | 2016-09-06 |
Ocena | 2.62/5 Łącznie 47 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolingo immersion unlocker", "short_name": "Duo unlock", "description": "Gives opportunity for many users to translate articles in Duolingo.", "version": "1.1", "permissions": [ "https:\/\/www.duolingo.com\/*" ], "browser_action": { "default_icon": "icons\/duo16.png" }, "icons": { "16": "icons\/duo16.png", "48": "icons\/duo48.png", "128": "icons\/duo128.png" }, "manifest_version": 2, "web_accessible_resources": [ "\/unlocker.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "js": [ "injector.js" ], "run_at": "document_start" } ] } |