Duolingo Image Hider
When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
ما هو Duolingo Image Hider؟
Duolingo Image Hider هو إضافة Chrome تم تطويرها بواسطة Dennis Vink، والميزة الرئيسية لها هي "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duolingo Image Hider
قم بتنزيل ملفات الامتداد Duolingo Image Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Duolingo is a great way to learn new languages. However, the Duolingo website will show images to help you pick the right words. The duolingo image hider extension hides the helper images. You will see the words or phrases only, without a visual aid.
معلومات أساسية عن التمديد
الاسم | Duolingo Image Hider |
ID | hifbfmmbcjpoaopiebnldbemjloffofj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj |
الوصف | When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images. |
حجم الملف | 46.83 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-02-14 |
تاريخ النشر | 2021-02-14 |
المطور | Dennis Vink |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Image Hider", "version": "0.0.1", "browser_action": { "default_icon": "icon_128.png" }, "description": "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.", "author": "drvink.com", "homepage_url": "https:\/\/drvink.com", "content_scripts": [ { "matches": [ "*:\/\/duolingo.com\/skill\/*", "*:\/\/*.duolingo.com\/skill\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |