Keyboard controls for HBO Nordic web player

Adds simple keyboard controls to the HBO Nordic web player.

Apa itu Keyboard controls for HBO Nordic web player?

Keyboard controls for HBO Nordic web player adalah ekstensi Chrome yang dikembangkan oleh Tobias Emil Harbo, dan fitur utamanya adalah "Adds simple keyboard controls to the HBO Nordic web player.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keyboard controls for HBO Nordic web player

Unduh file ekstensi Keyboard controls for HBO Nordic web player 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

                        Adds simple keyboard controls to the HBO Nordic web player enabling you to play/pause the video by pressing the space bar, control the volume with the up/down arrow keys, skipping with left/right arrows keys and number keys.

*** Version 2.1: ***
Includes:
 * Playback speed controls                    

Informasi Dasar Ekstensi

Nama Keyboard controls for HBO Nordic web player Keyboard controls for HBO Nordic web player
ID emcdkbmoobfkkojdkncpejgmlhngokdc
URL Resmi https://chromewebstore.google.com/detail/keyboard-controls-for-hbo/emcdkbmoobfkkojdkncpejgmlhngokdc
Deskripsi Adds simple keyboard controls to the HBO Nordic web player.
Ukuran File 937 KB
Jumlah Instalasi 103
Versi Saat Ini 2.1
Terakhir Diperbarui 2021-07-23
Tanggal Publikasi 2020-02-02
Penilaian 2.67/5 Total 3 Penilaian
Pengembang Tobias Emil Harbo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard controls for HBO Nordic web player",
    "version": "2.1",
    "short_name": "HBO Nordic player keyboard controls",
    "description": "Adds simple keyboard controls to the HBO Nordic web player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16_not_playing_out_of_focus.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbonordic.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "playback-rate.svg",
        "playback-rate-active.svg"
    ],
    "manifest_version": 2
}