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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allows using keyboard shortcuts on Roku Channel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roku Channel Hotkeys: keyboard shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}