Roku Channel Hotkeys: keyboard shortcuts
Extension allows using keyboard shortcuts on Roku Channel
Roku Channel Hotkeys: keyboard shortcutsとは何ですか?
Roku Channel Hotkeys: keyboard shortcutsはAwesome Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Extension allows using keyboard shortcuts on Roku Channel」です。
拡張機能のスクリーンショット
Roku Channel Hotkeys: keyboard shortcuts拡張機能のCRXファイルをダウンロード
Roku Channel Hotkeys: keyboard shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Use your keyboard as a remote and control the Roku Channel player in your Chrome browser. This extension enables keyboard shortcuts to be in control of the playback, so say goodbye to mouse clicking! How does it work? It’s simple- use your keyboard arrows to: - Rewind 15 seconds (left arrow)⏪ - Fast forward 15 seconds (right arrow)⏩ - Increase volume (up arrow)🔊 - Decrease volume (down arrow)🤫 All you need to do is add the Roku Channel Hotkeys extension to your browser, enable the keyboard shortcuts using a built-in toggle and control the Roku Channel player without any clicks. It's as simple as that! ❗**Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.**❗"
拡張機能の基本情報
名前 | Roku Channel Hotkeys: keyboard shortcuts |
ID | kpmgallcgmmlbmhdehhghdpfiocmfcdn |
公式URL | https://chromewebstore.google.com/detail/roku-channel-hotkeys-keyb/kpmgallcgmmlbmhdehhghdpfiocmfcdn |
説明 | Extension allows using keyboard shortcuts on Roku Channel |
ファイルサイズ | 15.16 KB |
インストール数 | 57 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-11-22 |
公開日 | 2023-03-10 |
開発者 | Awesome Extensions |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.vodextended.com/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roku Channel Hotkeys: keyboard shortcuts", "description": "Extension allows using keyboard shortcuts on Roku Channel", "version": "1.0.1", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.roku.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": "Roku128HotKey.png" }, "content_scripts": [ { "js": [ "value.js", "engine.js" ], "matches": [ "*:\/\/*.roku.com\/*" ] } ], "icons": { "36": "roku36HotKey.png", "128": "Roku128HotKey.png" }, "background": { "service_worker": "background.js" } } |