HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Wat is HBOMax Keyboard Control?

HBOMax Keyboard Control is een Chrome-extensie ontwikkeld door https://jackzhang.me, en de belangrijkste functie is "Control HBOMax video playback with the keyboard, like YouTube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HBOMax Keyboard Control

Download HBOMax Keyboard Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
Officiële URL https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Beschrijving Control HBOMax video playback with the keyboard, like YouTube
Bestandsgrootte 8.51 KB
Aantal Installaties 1,150
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-10-01
Publicatiedatum 2020-09-28
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://jackzhang.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jackz314/hbo-control
Ondersteunde Talen 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"
    }
}