Keyboard controls for HBO Nordic web player
Adds simple keyboard controls to the HBO Nordic web player.
Was ist Keyboard controls for HBO Nordic web player?
Keyboard controls for HBO Nordic web player ist eine Chrome-Erweiterung, die von Tobias Emil Harbo entwickelt wurde, und ihr Hauptmerkmal ist "Adds simple keyboard controls to the HBO Nordic web player.".
Erweiterungsscreenshots
Keyboard controls for HBO Nordic web player-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keyboard controls for HBO Nordic web player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Keyboard controls for HBO Nordic web player |
ID | emcdkbmoobfkkojdkncpejgmlhngokdc |
Offizielle URL | https://chromewebstore.google.com/detail/keyboard-controls-for-hbo/emcdkbmoobfkkojdkncpejgmlhngokdc |
Beschreibung | Adds simple keyboard controls to the HBO Nordic web player. |
Dateigröße | 937 KB |
Installationsanzahl | 103 |
Aktuelle Version | 2.1 |
Letztes Update | 2021-07-23 |
Veröffentlichungsdatum | 2020-02-02 |
Bewertung | 2.67/5 Insgesamt 3 Bewertungen |
Entwickler | Tobias Emil Harbo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |