Back to Chromeappheroes

005《Video Speed Controller》 刷课(刷剧)神器!给网页视频加个速(最快可达16倍!)

docs/005_video_speed_controller.md

latest3.9 KB
Original Source

刷一些没营养视频的时候, 我们会有倍速播放视频的需求, 而网站的在线播放器一般只提供不高于4倍的播放速度, 最近发现了一个很好用的, 可以将视频播放速度提高到16倍开源浏览器插件Video Speed Controller,分享给大家, github开源地址: https://github.com/igrigorik/videospeed

快捷键清单

  • 显示/隐藏浮框V
  • 加快0.1倍速D
  • 减慢0.1倍速S
  • 前进10秒X
  • 后退10秒Z

以上快捷键皆为大写字母, 小技巧: 如果你想敲出大写字母D, 可以先按住shift, 再敲击小写字符d, 这样就能快速敲出大写字母D


  • Video Speed Controller只支持html5的视频播放, flash无法使用, 我查了一些数据,貌似flash的倍速播放并不容易实现, 即使有类似Enounce MySpeed的工具, 也是有各种局限性, 为了一个已经被adobe抛弃的flash技术, 也没有什么必要
  • 我也看到了一些曲线救国的方案, 比如一些油猴脚本, 可以让网站提供html5的视频播放方式(这确实是一个不错的思路( ̄︶ ̄))

油猴脚本地址:https://greasyfork.org/zh-CN/scripts/30879-bye-flash-hello-html5-%E5%86%8D%E8%A7%81flash-%E4%BD%A0%E5%A5%BDhtml5

如果你不了解油猴, 可以先阅读这篇: 油猴子! 给浏览器开个挂

留个彩蛋, 大家猜猜本文第二张图片中的眼睛是谁的?

《Video Speed Controller》 下载链接

<table style="table-layout: fixed;"> <tbody> <tr> <td><div style="text-align: center;"><div style="font-weight: bold">Chrome</div> <div></div></div></td> <td><div style="text-align: center;" ><div style="font-weight: bold">Edge</div> <div></div></div></td> <td><div style="text-align: center;" ><div style="font-weight: bold">FireFox</div> <div></div></div></td> <td><div style="text-align: center;" ><div style="font-weight: bold">离线安装包</div> <div></div></div></td> </tr> <tr> <td> <div style="text-align: center;"> <a href="https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk?utm_source=chrome-ntp-icon">下载链接 / Download link</a> </div> </td> <td> <div style="text-align: center;">暂无</div> </td> <td> <div style="text-align: center;">暂无</div> </td> <td> <div style="text-align: center;"><a href="https://cdn.jsdelivr.net/gh/zhaoolee/ChromeAppHeroes/backup/005-video-speed-controller.zip">下载链接 / Download link</a></div> </td> </tr> </tbody> </table>

写在最后(我需要你的支持)

  • 本文属于Chrome插件英雄榜 项目的一部分, 项目Github地址: https://github.com/zhaoolee/ChromeAppHeroes

  • Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类, 如果你喜欢这个项目, 希望你能为本项目添加一颗 🌟星.

  • ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human, If you like this project, I hope you can add a star 🌟 to this project.