Roku Channel Hotkeys: keyboard shortcuts

Extension allows using keyboard shortcuts on Roku Channel

Qu'est-ce que Roku Channel Hotkeys: keyboard shortcuts ?

Roku Channel Hotkeys: keyboard shortcuts est une extension Chrome développée par Awesome Extensions, et sa fonction principale est "Extension allows using keyboard shortcuts on Roku Channel".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Roku Channel Hotkeys: keyboard shortcuts

Téléchargez les fichiers d'extension Roku Channel Hotkeys: keyboard shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Roku Channel Hotkeys: keyboard shortcuts Roku Channel Hotkeys: keyboard shortcuts
ID kpmgallcgmmlbmhdehhghdpfiocmfcdn
URL Officiel https://chromewebstore.google.com/detail/roku-channel-hotkeys-keyb/kpmgallcgmmlbmhdehhghdpfiocmfcdn
Description Extension allows using keyboard shortcuts on Roku Channel
Taille du Fichier 15.16 KB
Nombre d'Installations 57
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-11-22
Date de Publication 2023-03-10
Développeur Awesome Extensions
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.vodextended.com/privacy_policy
Langues Prises en Charge 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"
    }
}