Keyboard controls for HBO Nordic web player
Adds simple keyboard controls to the HBO Nordic web player.
Qu'est-ce que Keyboard controls for HBO Nordic web player ?
Keyboard controls for HBO Nordic web player est une extension Chrome développée par Tobias Emil Harbo, et sa fonction principale est "Adds simple keyboard controls to the HBO Nordic web player.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyboard controls for HBO Nordic web player
Téléchargez les fichiers d'extension Keyboard controls for HBO Nordic web player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Keyboard controls for HBO Nordic web player |
ID | emcdkbmoobfkkojdkncpejgmlhngokdc |
URL Officiel | https://chromewebstore.google.com/detail/keyboard-controls-for-hbo/emcdkbmoobfkkojdkncpejgmlhngokdc |
Description | Adds simple keyboard controls to the HBO Nordic web player. |
Taille du Fichier | 937 KB |
Nombre d'Installations | 103 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2021-07-23 |
Date de Publication | 2020-02-02 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | Tobias Emil Harbo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |