Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Video Speed Changerคืออะไร?
Video Speed Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the.sh.developer และคุณลักษณะหลักของมันคือ "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Speed Changer
ดาวน์โหลดไฟล์ส่วนขยาย Video Speed Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
คำอธิบาย | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
ขนาดไฟล์ | 6.23 KB |
จำนวนการติดตั้ง | 13,875 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-30 |
วันที่เผยแพร่ | 2015-11-30 |
คะแนน | 4.22/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | the.sh.developer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Changer", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Video Speed Changer", "default_icon": { "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" } }, "background": { "scripts": [ "VideoSpeedChangerLoader.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |