Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
ما هو Youtube Shorts Controller؟
Youtube Shorts Controller هو إضافة Chrome تم تطويرها بواسطة aomerrill98، والميزة الرئيسية لها هي "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Shorts Controller
قم بتنزيل ملفات الامتداد Youtube Shorts Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video. Controls: w/a/A/s/d/D Fast Forward: d - 2.5s D - 5s Rewind: a - 2.5s A - 5s Playback Speed: w - increment by .25x s - decrement by .25x
معلومات أساسية عن التمديد
الاسم | Youtube Shorts Controller |
ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
الوصف | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
حجم الملف | 27.82 KB |
عدد التثبيتات | 832 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-11-30 |
تاريخ النشر | 2022-12-14 |
تقييم | 4.73/5 مجموع تقييمات 11 |
المطور | aomerrill98 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Controller", "version": "1.0.3", "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-shorts-controller-script.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |