YouTube Arrow Keys Fix
Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
YouTube Arrow Keys Fixとは何ですか?
YouTube Arrow Keys Fixはjpによって開発されたChromeの拡張機能で、その主な機能は「Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.」です。
拡張機能のスクリーンショット
YouTube Arrow Keys Fix拡張機能のCRXファイルをダウンロード
YouTube Arrow Keys Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.
拡張機能の基本情報
名前 | YouTube Arrow Keys Fix |
ID | hbnlngeljeofecndhmebgpgpccfnkgjb |
公式URL | https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb |
説明 | Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control. |
ファイルサイズ | 45.87 KB |
インストール数 | 258 |
現在のバージョン | 1.0 |
最終更新日 | 2023-04-19 |
公開日 | 2023-04-18 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | jp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JParramore/youtube-arrow-keys-fix |
ヘルプページのURL | https://github.com/JParramore/youtube-arrow-keys-fix |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Arrow Keys Fix", "version": "1.0", "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |