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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |