Speed Control
Control the speed of HTML5 video
什么是Speed Control?
Speed Control是由Josh Miles开发的Chrome扩展程序,该扩展的主要功能是“Control the speed of HTML5 video”。
扩展截图
下载Speed Control扩展crx文件
下载Speed Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.
扩展基本信息
名称 | Speed Control |
ID | licimfihnglekdccgjijhmfdocplhdbk |
官方URL | https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk |
简介 | Control the speed of HTML5 video |
文件大小 | 8.96 KB |
安装次数 | 14,962 |
当前版本 | 1.1.1 |
更新时间 | 2017-10-26 |
上架时间 | 2017-10-26 |
评分 | 4.93/5 共29次评分 |
开发者 | Josh Miles |
付费类型 | free |
扩展官网 | https://github.com/milesjos/speed-control |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Control", "description": "Control the speed of HTML5 video", "version": "1.1.1", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "128": "icon.png" } } |