Duolingo immersion unlocker
Gives opportunity for many users to translate articles in Duolingo.
ما هو Duolingo immersion unlocker؟
Duolingo immersion unlocker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Gives opportunity for many users to translate articles in Duolingo.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duolingo immersion unlocker
قم بتنزيل ملفات الامتداد Duolingo immersion unlocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Duolingo immersion unlocker |
ID | jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/duolingo-immersion-unlock/jcmaidkdmpnbnkahcpiiaobdokbjcjkg |
الوصف | Gives opportunity for many users to translate articles in Duolingo. |
حجم الملف | 17.76 KB |
عدد التثبيتات | 3,549 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-09-06 |
تاريخ النشر | 2016-09-06 |
تقييم | 2.62/5 مجموع تقييمات 47 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" } ] } |