HBO Max Hotkeys

Extension allows using keyboard shortcuts on HBO Max.

Qu'est-ce que HBO Max Hotkeys ?

HBO Max Hotkeys est une extension Chrome développée par TheBestChromeExtensions, et sa fonction principale est "Extension allows using keyboard shortcuts on HBO Max.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HBO Max Hotkeys

Téléchargez les fichiers d'extension HBO Max Hotkeys 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

                        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.                    

Informations de Base sur l'Extension

Nom HBO Max Hotkeys HBO Max Hotkeys
ID gbbcblgjbfgamjghehalljfbimljlcap
URL Officiel https://chromewebstore.google.com/detail/hbo-max-hotkeys/gbbcblgjbfgamjghehalljfbimljlcap
Description Extension allows using keyboard shortcuts on HBO Max.
Taille du Fichier 153 KB
Nombre d'Installations 377
Version Actuelle 1.5.14
Dernière Mise à Jour 2024-03-04
Date de Publication 2022-04-08
Évaluation 4.67/5 Total 6 Évaluations
Développeur TheBestChromeExtensions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vodextended.com/hbo/
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": "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"
    }
}