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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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" } } |