Media Keys for Youtube™
Improve hardware media key handling!
Media Keys for Youtube™とは何ですか?
Media Keys for Youtube™はtimobaczynskiによって開発されたChromeの拡張機能で、その主な機能は「Improve hardware media key handling!」です。
拡張機能のスクリーンショット
Media Keys for Youtube™拡張機能のCRXファイルをダウンロード
Media Keys for Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active. Play/Pause ⏯ - works like Space-key. Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video. Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video. Be careful, the extension takes some time to load when the page loads. Tested with Windows 10 only.
拡張機能の基本情報
名前 | Media Keys for Youtube™ |
ID | inpajkcdlienadkggigbmfhhkdkkpbfn |
公式URL | https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn |
説明 | Improve hardware media key handling! |
ファイルサイズ | 3.84 KB |
インストール数 | 300 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-06-01 |
公開日 | 2021-04-07 |
評価 | 4.17/5 合計 18 レビュー |
開発者 | timobaczynski |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Media Keys for Youtube\u2122", "description": "Improve hardware media key handling!", "version": "0.0.1", "manifest_version": 3, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |