YouTube Space bar Fix
Play or pause YouTube video with space bar even when the video is not focused.
ما هو YouTube Space bar Fix؟
YouTube Space bar Fix هو إضافة Chrome تم تطويرها بواسطة https://jhaemin.com، والميزة الرئيسية لها هي "Play or pause YouTube video with space bar even when the video is not focused.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Space bar Fix
قم بتنزيل ملفات الامتداد YouTube Space bar Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
v1.0.2 - Fix space bar affecting the previously watched video in background on Shorts video page. By pressing the left or right arrow keys on YouTube video player, the active element is changed to the progress bar. After that, pressing the space bar doesn't pause or play the video anymore. It fixes the problem. With this extension, you can play or pause YouTube video with space bar even when the video is not focused.
معلومات أساسية عن التمديد
الاسم | YouTube Space bar Fix |
ID | hnoggpcpecjklffkjahhkkhhkdagheoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa |
الوصف | Play or pause YouTube video with space bar even when the video is not focused. |
حجم الملف | 11.17 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2024-01-28 |
تاريخ النشر | 2024-01-08 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | https://jhaemin.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.jhaemin.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Space bar Fix", "description": "Play or pause YouTube video with space bar even when the video is not focused.", "version": "1.0.2", "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |