Linux Academy Autoplay
1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
ما هو Linux Academy Autoplay؟
Linux Academy Autoplay هو إضافة Chrome تم تطويرها بواسطة seanmysell، والميزة الرئيسية لها هي "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linux Academy Autoplay
قم بتنزيل ملفات الامتداد Linux Academy Autoplay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next lesson at the end of playback.
معلومات أساسية عن التمديد
الاسم | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
الوصف | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
حجم الملف | 47.35 KB |
عدد التثبيتات | 93 |
النسخة الحالية | 0.2 |
آخر تحديث | 2019-12-18 |
تاريخ النشر | 2019-12-17 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | seanmysell |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linux Academy Autoplay", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/linuxacademy.com\/cp\/courses\/lesson\/course\/*" ], "run_at": "document_end", "js": [ "jquery-3.4.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon16.png", "icons": { "16": "icon16.png", "32": "icon32.png" } } } |