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 |
电子邮箱 | [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" } } |