YouTube Keyboard Shortcuts Plus
for 3 seconds forward/backward
什麼是YouTube Keyboard Shortcuts Plus?
YouTube Keyboard Shortcuts Plus是由center開發的Chrome擴展程式,該擴展的主要功能是“for 3 seconds forward/backward”。
擴展截圖
下載YouTube Keyboard Shortcuts Plus擴展crx文件
下載YouTube Keyboard Shortcuts Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will enable keyboard shortcuts on YouTube.
A: 3 secs backward
S: pause/play
D: 3 secs forward
C: Toggle CC(subs) visibility
\: Copy the CC text
[: decrease Playback Rate
]: increase Playback Rate (by 0.1 up to 2.5x)
P: Toggle Playback Rate (1.0x and Customized Speed)
(**You can also change these shortcuts very easily!**)
All you need to do from now on is just install it and click the icon! (^o^)
This extension is extremely useful especially for language learners. 擴展基本資訊
| 名稱 | |
| ID | knkligebdechoagelpfkckoabgnklfjm |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-keyboard-shortcut/knkligebdechoagelpfkckoabgnklfjm |
| 簡介 | for 3 seconds forward/backward |
| 檔案大小 | 24.96 KB |
| 安裝次數 | 1,361 |
| 目前版本 | 1.7.1 |
| 更新時間 | 2023-11-14 |
| 上架時間 | 2022-10-03 |
| 評分 | 4.43/5 共 7 次評分 |
| 開發者 | center |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://beacons.ai/exis |
| 說明頁面URL | https://beacons.ai/exis |
| 支援的語言 | id,de,en,fr,vi,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_n__",
"version": "1.7.1",
"description": "for 3 seconds forward\/backward",
"default_locale": "en",
"permissions": [
"storage"
],
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": "icon.png",
"default_popup": "options.html"
},
"content_scripts": [
{
"js": [
"libs\/squery.min.js",
"libs\/hotkey.js",
"global.js",
"main.js"
],
"matches": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.youtube-nocookie.com\/*"
],
"run_at": "document_end"
}
]
} | |