Keyboard controls for HBO Nordic web player

Adds simple keyboard controls to the HBO Nordic web player.

Wat is Keyboard controls for HBO Nordic web player?

Keyboard controls for HBO Nordic web player is een Chrome-extensie ontwikkeld door Tobias Emil Harbo, en de belangrijkste functie is "Adds simple keyboard controls to the HBO Nordic web player.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Keyboard controls for HBO Nordic web player

Download Keyboard controls for HBO Nordic web player-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

                        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                    

Basisinformatie over de Extensie

Naam Keyboard controls for HBO Nordic web player Keyboard controls for HBO Nordic web player
ID emcdkbmoobfkkojdkncpejgmlhngokdc
Officiële URL https://chromewebstore.google.com/detail/keyboard-controls-for-hbo/emcdkbmoobfkkojdkncpejgmlhngokdc
Beschrijving Adds simple keyboard controls to the HBO Nordic web player.
Bestandsgrootte 937 KB
Aantal Installaties 103
Huidige Versie 2.1
Laatst Bijgewerkt 2021-07-23
Publicatiedatum 2020-02-02
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Tobias Emil Harbo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}