YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
ما هو YouTube Arrow Keys Fix؟
YouTube Arrow Keys Fix هو إضافة Chrome تم تطويرها بواسطة jp، والميزة الرئيسية لها هي "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Arrow Keys Fix
قم بتنزيل ملفات الامتداد YouTube Arrow Keys Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.
معلومات أساسية عن التمديد
الاسم | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
الوصف | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
حجم الملف | 45.87 KB |
عدد التثبيتات | 258 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-04-19 |
تاريخ النشر | 2023-04-18 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | jp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/JParramore/youtube-arrow-keys-fix |
عنوان صفحة المساعدة | https://github.com/JParramore/youtube-arrow-keys-fix |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Arrow Keys Fix", "version": "1.0", "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |