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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
]
} | |