YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
YouTube Spacebar Pauseคืออะไร?
YouTube Spacebar Pause เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MAaxim91 และคุณลักษณะหลักของมันคือ "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Spacebar Pause
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Spacebar Pause ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
คำอธิบาย | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
ขนาดไฟล์ | 34.04 KB |
จำนวนการติดตั้ง | 131 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-04-02 |
วันที่เผยแพร่ | 2018-04-02 |
คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | MAaxim91 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |