HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Was ist HBOMax Keyboard Control?

HBOMax Keyboard Control ist eine Chrome-Erweiterung, die von https://jackzhang.me entwickelt wurde, und ihr Hauptmerkmal ist "Control HBOMax video playback with the keyboard, like YouTube".

Erweiterungsscreenshots

screenshot

HBOMax Keyboard Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie HBOMax Keyboard Control-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
Offizielle URL https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Beschreibung Control HBOMax video playback with the keyboard, like YouTube
Dateigröße 8.51 KB
Installationsanzahl 1,150
Aktuelle Version 1.0.1
Letztes Update 2020-10-01
Veröffentlichungsdatum 2020-09-28
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler https://jackzhang.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jackz314/hbo-control
Unterstützte Sprachen 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"
    }
}