HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Vad är HBOMax Keyboard Control?

HBOMax Keyboard Control är en Chrome-tillägg utvecklad av https://jackzhang.me, och dess huvudfunktion är "Control HBOMax video playback with the keyboard, like YouTube".

Tilläggsskärmbilder

screenshot

Ladda ner HBOMax Keyboard Control-förlängningens CRX-fil

Ladda ner HBOMax Keyboard Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
Officiell webbadress https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Beskrivning Control HBOMax video playback with the keyboard, like YouTube
Filstorlek 8.51 KB
Antal Installationer 1,150
Aktuell Version 1.0.1
Senast Uppdaterad 2020-10-01
Publiceringsdatum 2020-09-28
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare https://jackzhang.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jackz314/hbo-control
Stödda Språk 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"
    }
}