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 |
| 官方網址 | 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"
}
} | |