YouTube - Pause with Space Properly
Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.
YouTube - Pause with Space Properlyคืออะไร?
YouTube - Pause with Space Properly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Forsyth และคุณลักษณะหลักของมันคือ "Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube - Pause with Space Properly
ดาวน์โหลดไฟล์ส่วนขยาย YouTube - Pause with Space Properly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fixes the common issue with pressing space to pause YouTube videos. This extension refocuses the video when pressing space (unless you're trying to type), preventing the default behaviour that shoots halfway down the webpage. Simple fix for a simple problem. Don't know why YouTube won't fix things themselves.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdidekkahbpdfkaegopcnpkobibblmof |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-pause-with-space/cdidekkahbpdfkaegopcnpkobibblmof |
คำอธิบาย | Allows you to pause/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling. |
ขนาดไฟล์ | 19.83 KB |
จำนวนการติดตั้ง | 151 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-12-13 |
วันที่เผยแพร่ | 2017-12-13 |
คะแนน | 3.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | James Forsyth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Pause with Space Properly", "description": "Allows you to pause\/play YouTube videos with the spacebar, even if the player doesn't have focus and without the annoying scrolling.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "space.js" ], "run_at": "document_start" } ], "icons": { "128": "space-128.png", "38": "space-38.png", "19": "space-19.png" } } |