Udemy Plus

Udemy Plus adds new features on top of your favorite Udemy.

ما هو Udemy Plus؟

Udemy Plus هو إضافة Chrome تم تطويرها بواسطة TulparDev، والميزة الرئيسية لها هي "Udemy Plus adds new features on top of your favorite Udemy.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Udemy Plus

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

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

                        Features:
    - More video rates
    - Mark course section completed/incompleted
    - Picture in Picture 🔥🔥🔥
    - Ctrl + Right/Left arrows - to open next/previous video

See upcoming features:
https://github.com/sagynbek/udemy-plus                    

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

الاسم Udemy Plus Udemy Plus
ID llkblgkohonjafpigfbbamilgadmcilg
عنوان URL الرسمي https://chromewebstore.google.com/detail/udemy-plus/llkblgkohonjafpigfbbamilgadmcilg
الوصف Udemy Plus adds new features on top of your favorite Udemy.
حجم الملف 22.14 KB
عدد التثبيتات 2,542
النسخة الحالية 1.1.1
آخر تحديث 2022-07-31
تاريخ النشر 2020-08-08
تقييم 4.31/5 مجموع تقييمات 16
المطور TulparDev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,tr,es,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "1.1.1",
    "author": "Sagynbek Kenzhebaev",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "action": {
        "default_title": "Udemy Plus",
        "default_popup": "ui\/popup\/index.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "inject\/index.js"
            ],
            "css": [
                "ui\/page.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/themes\/dark.css",
                "ui\/themes\/default.css",
                "icons\/pip-icon.png"
            ],
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.udemy.com\/*"
    ]
}