Video Speed Controller
Control the speed of your video!
什么是Video Speed Controller?
Video Speed Controller是由markcc95开发的Chrome扩展程序,该扩展的主要功能是“Control the speed of your video!”。
扩展截图
下载Video Speed Controller扩展crx文件
下载Video Speed Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input. 扩展基本信息
| 名称 | |
| ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
| 官方URL | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
| 简介 | Control the speed of your video! |
| 文件大小 | 20.22 KB |
| 安装次数 | 1,339 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-05-18 |
| 上架时间 | 2021-05-13 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | markcc95 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Speed Controller",
"description": "Control the speed of your video!",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
}
},
"icons": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
}
} | |