Udemy Picture-in-Picture
This is a picture-in-picture extension for use on Udemy
ما هو Udemy Picture-in-Picture؟
Udemy Picture-in-Picture هو إضافة Chrome تم تطويرها بواسطة miyazaki.yuma، والميزة الرئيسية لها هي "This is a picture-in-picture extension for use on Udemy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Udemy Picture-in-Picture
قم بتنزيل ملفات الامتداد Udemy Picture-in-Picture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Google extension adds a Picture in Picture button to Udemy's video controls. Unlike the generic Picture in Picture feature, it automatically switches between videos in Udemy courses and will also skip over assignments and text-only, non-video content and continue video playback only.
معلومات أساسية عن التمديد
الاسم | Udemy Picture-in-Picture |
ID | ajibjgkclejanlffognhfjojjedflhpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/udemy-picture-in-picture/ajibjgkclejanlffognhfjojjedflhpp |
الوصف | This is a picture-in-picture extension for use on Udemy |
حجم الملف | 16.16 KB |
عدد التثبيتات | 2,129 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-12-30 |
تاريخ النشر | 2022-06-09 |
تقييم | 4.88/5 مجموع تقييمات 8 |
المطور | miyazaki.yuma |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/miyazakiyuma/udemy-picture-in-picture |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.2", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "https:\/\/*.udemy.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.udemy.com\/*" ], "js": [ "main.js" ] } ] } |