HBO Max Hotkeys

Extension allows using keyboard shortcuts on HBO Max.

HBO Max Hotkeys क्या है?

HBO Max Hotkeys TheBestChromeExtensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allows using keyboard shortcuts on HBO Max."।

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

screenshot

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

crx प्रारूप में HBO Max Hotkeys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Say goodbye to mouse clicking: use your keyboard as a remote and control the HBO Max player.

How does it work? It’s simple- use keyboard shortcuts:
- Rewind 15 seconds (left arrow)
- Fast forward 15 seconds (right arrow)
- Increase volume (up arrow)
- Decrease volume (down arrow)
- Go full screen (F)

All you need to do is add the HBO Max Hotkeys extension to your browser, enable the keyboard shortcuts using a built-in toggle and control the HBO Max player without any clicks. It's as simple as that!

Disclaimer: HBO is a trademark of Home Box Office, Inc. This website & extension hold no association or affiliation with HBO Max or any third-party companies.                    

एक्सटेंशन की मूल जानकारी

नाम HBO Max Hotkeys HBO Max Hotkeys
ID gbbcblgjbfgamjghehalljfbimljlcap
आधिकारिक URL https://chromewebstore.google.com/detail/hbo-max-hotkeys/gbbcblgjbfgamjghehalljfbimljlcap
विवरण Extension allows using keyboard shortcuts on HBO Max.
फ़ाइल का आकार 153 KB
स्थापना संख्या 377
वर्तमान संस्करण 1.5.14
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2022-04-08
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर TheBestChromeExtensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vodextended.com/hbo/
गोपनीयता नीति पृष्ठ URL https://www.vodextended.com/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBO Max Hotkeys",
    "description": "Extension allows using keyboard shortcuts on HBO Max.",
    "version": "1.5.14",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "HBOMax128HotKey.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "engine.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "value.js",
                "contentMax.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "HBOMax36HotKey.png",
        "128": "HBOMax128HotKey.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}