Video Playback Speed
Allows you to change the playback speed of a video.
Video Playback Speedคืออะไร?
Video Playback Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom2718 และคุณลักษณะหลักของมันคือ "Allows you to change the playback speed of a video."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Playback Speed
ดาวน์โหลดไฟล์ส่วนขยาย Video Playback Speed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
คำอธิบาย | Allows you to change the playback speed of a video. |
ขนาดไฟล์ | 4.88 KB |
จำนวนการติดตั้ง | 254 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-08-07 |
วันที่เผยแพร่ | 2018-07-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Tom2718 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
URL หน้าช่วยเหลือ | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |