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 |
| 公式URL | 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 |
| Eメール | [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"
}
]
} | |