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是由the.sh.developer开发的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…”。
扩展截图
下载Video Speed Changer扩展crx文件
下载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" ] } |