Youtube Playback Gearstick
Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
Youtube Playback Gearstickคืออะไร?
Youtube Playback Gearstick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael zlatin และคุณลักษณะหลักของมันคือ "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Playback Gearstick
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Playback Gearstick ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension to extend the playback speeds for YouTube™ videos. in addition to the regular speeds (X0.25,X0.5,X1,X1.25,X1.5,X2) that YouTube™ provides it enables these speeds (X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) plus its persistent across tabs, so once a speed is set it will affect other videos on reload
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hippcojfnmieddlhckhloiooljlnepgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-playback-gearstic/hippcojfnmieddlhckhloiooljlnepgp |
คำอธิบาย | Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) |
ขนาดไฟล์ | 8.11 KB |
จำนวนการติดตั้ง | 192 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-07-31 |
วันที่เผยแพร่ | 2017-07-30 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Michael zlatin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playback Gearstick", "short_name": "YTG", "description": "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)", "manifest_version": 2, "author": "Michael Zlatin", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Click to change speed" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "off.png" } } |