HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Qu'est-ce que HBOMax Keyboard Control ?

HBOMax Keyboard Control est une extension Chrome développée par https://jackzhang.me, et sa fonction principale est "Control HBOMax video playback with the keyboard, like YouTube".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HBOMax Keyboard Control

Téléchargez les fichiers d'extension HBOMax Keyboard Control 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

                        Control HBOMax video playback with the keyboard, like YouTube.

Support keys:
- left, right arrow to go back and forth.
- m to mute.
- up, down arrow to change volume.
- f to toggle full screen.                    

Informations de Base sur l'Extension

Nom HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
URL Officiel https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Description Control HBOMax video playback with the keyboard, like YouTube
Taille du Fichier 8.51 KB
Nombre d'Installations 1,150
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-10-01
Date de Publication 2020-09-28
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://jackzhang.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jackz314/hbo-control
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBOMax Keyboard Control",
    "version": "1.0.1",
    "description": "Control HBOMax video playback with the keyboard, like YouTube",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.hbomax.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}