TurboPlay - YouTube Speed Controls
Turbocharge your YouTube video with extra speed controls up to 16x
TurboPlay - YouTube Speed Controlsとは何ですか?
TurboPlay - YouTube Speed Controlsはtonyadastraによって開発されたChromeの拡張機能で、その主な機能は「Turbocharge your YouTube video with extra speed controls up to 16x」です。
拡張機能のスクリーンショット
TurboPlay - YouTube Speed Controls拡張機能のCRXファイルをダウンロード
TurboPlay - YouTube Speed Controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No more 2x limit! Gain control of playing your YouTube video using advanced speed controls of up to 16x. Blends seamlessly with the YouTube interface.
* Shortcuts are the same *
>: speed up
<: slow down
You may not want to play the entire video at 16x. You can press:
s to go back to 1x
d to revert to speed before "s"
This is just v1 of this product. We want to hear from you and welcome feedback for improvement. 拡張機能の基本情報
| 名前 | |
| ID | hgaadanbmkgnbopokohaclppnjfpfeif |
| 公式URL | https://chromewebstore.google.com/detail/turboplay-youtube-speed-c/hgaadanbmkgnbopokohaclppnjfpfeif |
| 説明 | Turbocharge your YouTube video with extra speed controls up to 16x |
| ファイルサイズ | 15.71 KB |
| インストール数 | 14 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-11-08 |
| 公開日 | 2022-11-07 |
| 開発者 | tonyadastra |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TurboPlay - YouTube Speed Controls",
"version": "1.0",
"description": "Turbocharge your YouTube video with extra speed controls up to 16x",
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start"
}
]
} | |