Media Keys for Youtube™
Improve hardware media key handling!
ما هو Media Keys for Youtube™؟
Media Keys for Youtube™ هو إضافة Chrome تم تطويرها بواسطة timobaczynski، والميزة الرئيسية لها هي "Improve hardware media key handling!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Media Keys for Youtube™
قم بتنزيل ملفات الامتداد Media Keys for Youtube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active. Play/Pause ⏯ - works like Space-key. Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video. Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video. Be careful, the extension takes some time to load when the page loads. Tested with Windows 10 only.
معلومات أساسية عن التمديد
الاسم | Media Keys for Youtube™ |
ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
الوصف | Improve hardware media key handling! |
حجم الملف | 3.84 KB |
عدد التثبيتات | 300 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-06-01 |
تاريخ النشر | 2021-04-07 |
تقييم | 4.17/5 مجموع تقييمات 18 |
المطور | timobaczynski |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Media Keys for Youtube\u2122", "description": "Improve hardware media key handling!", "version": "0.0.1", "manifest_version": 3, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |