re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
ما هو re:Invent Video Speed Controls؟
re:Invent Video Speed Controls هو إضافة Chrome تم تطويرها بواسطة Madlucas Productions، والميزة الرئيسية لها هي "Gives you more control over the speed of your re:Invent videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة re:Invent Video Speed Controls
قم بتنزيل ملفات الامتداد re:Invent Video Speed Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more.
This makes it easier to watch and learn at a pace that's best for you. معلومات أساسية عن التمديد
| الاسم | |
| ID | omibjdfmphnoegpgdbiclekheecobppo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
| الوصف | Gives you more control over the speed of your re:Invent videos. |
| حجم الملف | 21.35 KB |
| عدد التثبيتات | 83 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2020-12-02 |
| تاريخ النشر | 2020-12-02 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | Madlucas Productions |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "re:Invent Video Speed Controls",
"version": "0.1",
"description": "Gives you more control over the speed of your re:Invent videos.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
}
},
"manifest_version": 2
} | |