HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Cos'è HBOMax Keyboard Control?

HBOMax Keyboard Control è un'estensione di Chrome sviluppata da https://jackzhang.me, e la sua funzione principale è "Control HBOMax video playback with the keyboard, like YouTube".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HBOMax Keyboard Control

Scarica i file di estensione HBOMax Keyboard Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
URL Ufficiale https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Descrizione Control HBOMax video playback with the keyboard, like YouTube
Dimensione del File 8.51 KB
Conteggio Installazioni 1,150
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-10-01
Data di Pubblicazione 2020-09-28
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://jackzhang.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jackz314/hbo-control
Lingue Supportate 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"
    }
}