Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
什么是Playback Rate changer?
Playback Rate changer是由Amaan Cheval开发的Chrome扩展程序,该扩展的主要功能是“Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements”。
下载Playback Rate changer扩展crx文件
下载Playback Rate changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.
Keyboard shortcuts:
Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily
The speed is saved locally for each domain individually.
Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible. 扩展基本信息
| 名称 | |
| ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
| 官方URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
| 简介 | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
| 文件大小 | 3.79 KB |
| 安装次数 | 15 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-11-12 |
| 上架时间 | 2015-11-12 |
| 评分 | 3.50/5 共4次评分 |
| 开发者 | Amaan Cheval |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"exclude_globs": [],
"exclude_matches": [],
"include_globs": [
"*:\/\/*\/*"
],
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle",
"all_frames": true
}
],
"description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
"name": "Playback Rate changer",
"version": "1.1",
"manifest_version": 2
} | |