Video Playback Extension
A full-featured video and audio player extension. Control playback speed, skipping, rewinding and more.
Video Playback Extensionคืออะไร?
Video Playback Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunwhydev และคุณลักษณะหลักของมันคือ "A full-featured video and audio player extension. Control playback speed, skipping, rewinding and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Playback Extension
ดาวน์โหลดไฟล์ส่วนขยาย Video Playback Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Speed up, slow down, advance and rewind HTML5 audio/video elements either with shortcuts or using a clean, elegant interface. Optimize your media experience by: - controlling media on just your current active or across all tabs in Chrome - customizing playback speed - skipping forward or backward by custom time intervals - looping - restarting media from the very beginning - playing - pausing - an experimental Theater Mode (for video only) - customizable one key shortcuts for all actions Once the extension is installed, navigate to any page with an HTML5 video or audio element and click on the extension to bring down the Player User Interface. Any changes made will affect all audio/video elements on the page and you can optionally control media across all tabs in Chrome using the Player UI. Default Shortcuts: - `s` = Decrease playback speed by .25 - `w` = Increase playback speed by .25 - `l` = Loop - `o` = Pause - `p` = Play - `e` = Reset playback speed - `r` = Restart - `a`= Skip backward by the Skip Interval set in the Player UI - `d` = Skip forward by the Skip Interval set in the Player UI - `t` = Theater Mode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Playback Extension |
ID | dilncfnkialpgbnpcjmghnepnankdibk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-playback-extension/dilncfnkialpgbnpcjmghnepnankdibk |
คำอธิบาย | A full-featured video and audio player extension. Control playback speed, skipping, rewinding and more. |
ขนาดไฟล์ | 68.6 KB |
จำนวนการติดตั้ง | 896 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2021-02-16 |
วันที่เผยแพร่ | 2021-01-09 |
คะแนน | 4.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | sunwhydev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sunnyw1212/video-playback-extension#-video-playback-extension |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/sunwhy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A full-featured video and audio player extension. Control playback speed, skipping, rewinding and more.", "version": "1.0.4", "name": "Video Playback Extension", "browser_action": { "default_popup": "popup.html", "default_icon": "icon34.png" }, "icons": { "34": "icon34.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |