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.
拡張機能の基本情報
名前 | YouTube Speed Controls |
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 |
Eメール | [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" } } |