Spacebar pause on youtube
This extension makes spacebar actually pause youtube videos
Spacebar pause on youtubeคืออะไร?
Spacebar pause on youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yossi Abraham และคุณลักษณะหลักของมันคือ "This extension makes spacebar actually pause youtube videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spacebar pause on youtube
ดาวน์โหลดไฟล์ส่วนขยาย Spacebar pause on youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As long as when pressing space on youtube will not pause the video, our life mission is incomplete. So we introduce you the next cutting edge technology into your personal youtube - a youtube that actually pauses on spacebar (!!!!!!!!) (BTW: We are open minded about being acquired by google.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spacebar pause on youtube |
ID | fkhkpjiagcmkicnbmnnlfdjodhbblnkl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fkhkpjiagcmkicnbmnnlfdjodhbblnkl |
คำอธิบาย | This extension makes spacebar actually pause youtube videos |
ขนาดไฟล์ | 3.32 KB |
จำนวนการติดตั้ง | 604 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-09-06 |
วันที่เผยแพร่ | 2015-09-06 |
คะแนน | 3.03/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Yossi Abraham |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spacebar pause on youtube", "short_name": "spacebar-youtube", "description": "This extension makes spacebar actually pause youtube videos", "version": "1.1", "permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "hook.js" ], "run_at": "document_end" } ] } |