Roku Channel Hotkeys: keyboard shortcuts

Extension allows using keyboard shortcuts on Roku Channel

Was ist Roku Channel Hotkeys: keyboard shortcuts?

Roku Channel Hotkeys: keyboard shortcuts ist eine Chrome-Erweiterung, die von Awesome Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Extension allows using keyboard shortcuts on Roku Channel".

Erweiterungsscreenshots

screenshot

Roku Channel Hotkeys: keyboard shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roku Channel Hotkeys: keyboard shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Roku Channel Hotkeys: keyboard shortcuts Roku Channel Hotkeys: keyboard shortcuts
ID kpmgallcgmmlbmhdehhghdpfiocmfcdn
Offizielle URL https://chromewebstore.google.com/detail/roku-channel-hotkeys-keyb/kpmgallcgmmlbmhdehhghdpfiocmfcdn
Beschreibung Extension allows using keyboard shortcuts on Roku Channel
Dateigröße 15.16 KB
Installationsanzahl 57
Aktuelle Version 1.0.1
Letztes Update 2023-11-22
Veröffentlichungsdatum 2023-03-10
Entwickler Awesome Extensions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.vodextended.com/privacy_policy
Unterstützte Sprachen 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"
    }
}