HBOMax Keyboard Control

Control HBOMax video playback with the keyboard, like YouTube

Apa itu HBOMax Keyboard Control?

HBOMax Keyboard Control adalah ekstensi Chrome yang dikembangkan oleh https://jackzhang.me, dan fitur utamanya adalah "Control HBOMax video playback with the keyboard, like YouTube".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HBOMax Keyboard Control

Unduh file ekstensi HBOMax Keyboard Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HBOMax Keyboard Control HBOMax Keyboard Control
ID jggjjeenacnfoklccefmpfkkjdocgkod
URL Resmi https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod
Deskripsi Control HBOMax video playback with the keyboard, like YouTube
Ukuran File 8.51 KB
Jumlah Instalasi 1,150
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-10-01
Tanggal Publikasi 2020-09-28
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://jackzhang.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jackz314/hbo-control
Bahasa yang Didukung 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"
    }
}