YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
什么是YouTube Speed Controls?
YouTube Speed Controls是由https://jamesdeklerk.com开发的Chrome扩展程序,该扩展的主要功能是“Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.”。
扩展截图
下载YouTube Speed Controls扩展crx文件
下载YouTube Speed Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Note: After initial install, you may need to reload YouTube pages that were open (this only happens on initial install)
Control the speed of YouTube videos using the ` key.
Flick between normal (1x), 2x and 3x playback speed.
Usage:
- Click ` (the grave accent key) to flick between normal and 2x playback speed
- Click ctrl + ` to flick between normal and 3x playback speed. 扩展基本信息
| 名称 | |
| ID | naalfmaaomhjpbndelnlijacdniggpjn |
| 官方URL | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
| 简介 | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
| 文件大小 | 9.92 KB |
| 安装次数 | 27,337 |
| 当前版本 | 1.3 |
| 更新时间 | 2024-01-19 |
| 上架时间 | 2018-09-12 |
| 评分 | 4.13/5 共61次评分 |
| 开发者 | https://jamesdeklerk.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jamesdeklerk/youtube-speed-controls |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Speed Controls",
"description": "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.",
"version": "1.3",
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"src\/javascript\/script.js"
],
"css": [
"src\/css\/styles.css"
]
}
],
"icons": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
}
} | |