Roku Channel Hotkeys: keyboard shortcuts

Extension allows using keyboard shortcuts on Roku Channel

O que é Roku Channel Hotkeys: keyboard shortcuts?

Roku Channel Hotkeys: keyboard shortcuts é uma extensão do Chrome desenvolvida por Awesome Extensions, e sua principal característica é "Extension allows using keyboard shortcuts on Roku Channel".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roku Channel Hotkeys: keyboard shortcuts

Baixe arquivos de extensão Roku Channel Hotkeys: keyboard shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "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.**❗"                    

Informações Básicas da Extensão

Nome Roku Channel Hotkeys: keyboard shortcuts Roku Channel Hotkeys: keyboard shortcuts
ID kpmgallcgmmlbmhdehhghdpfiocmfcdn
URL Oficial https://chromewebstore.google.com/detail/roku-channel-hotkeys-keyb/kpmgallcgmmlbmhdehhghdpfiocmfcdn
Descrição Extension allows using keyboard shortcuts on Roku Channel
Tamanho do Arquivo 15.16 KB
Contagem de Instalações 57
Versão Atual 1.0.1
Última Atualização 2023-11-22
Data de Publicação 2023-03-10
Desenvolvedor Awesome Extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.vodextended.com/privacy_policy
Idiomas Suportados 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"
    }
}