Next
Click 'Play Next' automatically on Udacity and Udemy
ما هو Next؟
Next هو إضافة Chrome تم تطويرها بواسطة magahet، والميزة الرئيسية لها هي "Click 'Play Next' automatically on Udacity and Udemy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Next
قم بتنزيل ملفات الامتداد Next بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay.
معلومات أساسية عن التمديد
الاسم | Next |
ID | ohbainpmaikiicdjgnbpcekhlmdigopi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi |
الوصف | Click 'Play Next' automatically on Udacity and Udemy |
حجم الملف | 7.24 KB |
عدد التثبيتات | 99 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-01-08 |
تاريخ النشر | 2018-05-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | magahet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/magahet/next |
عنوان صفحة سياسة الخصوصية | https://www.gmendiola.com/privicy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next", "version": "1.4", "description": "Click 'Play Next' automatically on Udacity and Udemy", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Next" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.udacity.com\/*", "https:\/\/www.udemy.com\/*" ], "js": [ "next.js" ] } ] } |