Remove Duolingo cartoons

Remove Duolingo cartoons.

ما هو Remove Duolingo cartoons؟

Remove Duolingo cartoons هو إضافة Chrome تم تطويرها بواسطة wenliprogramming، والميزة الرئيسية لها هي "Remove Duolingo cartoons.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Remove Duolingo cartoons

قم بتنزيل ملفات الامتداد Remove Duolingo cartoons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automatically remove cartoons displayed in skills and lessons on Duolingo before they are loaded. Developed with all languages in mind, but tested in German. Works on both exercises and skills. Does not interfere with stories. No effect on performance as it only uses CSS. Works with all devices. 

If the extension is not working/their cartoon images are loading as well, please refresh the page you are on before reporting a bug to WenLiProgramming [at] gmail.com                    

معلومات أساسية عن التمديد

الاسم Remove Duolingo cartoons Remove Duolingo cartoons
ID emgjelpelgpdbhbpbdpapdoefdlpilel
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-duolingo-cartoons/emgjelpelgpdbhbpbdpapdoefdlpilel
الوصف Remove Duolingo cartoons.
حجم الملف 5.58 KB
عدد التثبيتات 217
النسخة الحالية 1.0.0
آخر تحديث 2020-11-21
تاريخ النشر 2020-11-21
تقييم 4.75/5 مجموع تقييمات 4
المطور wenliprogramming
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Duolingo cartoons",
    "description": "Remove Duolingo cartoons.",
    "version": "1.0.0",
    "web_accessible_resources": [
        "hide_images.css"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "css": [
                "hide_images.css"
            ]
        }
    ]
}