HBO Europe Keyboard Shortcuts

Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.

What is HBO Europe Keyboard Shortcuts?

HBO Europe Keyboard Shortcuts is a Chrome extension developed by andre, and its main feature is "Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download HBO Europe Keyboard Shortcuts Extension CRX File

Download HBO Europe Keyboard Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Full-screen: F
- Play/pause: Space
- Toggle mute: M
- Skip forward/backward: Left and right arrow keys
- Volume up/down: Up and down arrow keys

Supported sites:

- HBO Nordic
- Experimental support for the HBO Europe sites

Like this extension? Buy me a coffee: https://www.buymeacoffee.com/andrelaszlo                    

Extension Basic Information

Name HBO Europe Keyboard Shortcuts HBO Europe Keyboard Shortcuts
ID mlpdnnafcflhiocbcbneodhbdbinpima
Official URL https://chromewebstore.google.com/detail/hbo-europe-keyboard-short/mlpdnnafcflhiocbcbneodhbdbinpima
Description Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.
File Size 24.53 KB
Installation Count 45
Current Version 1.1
Last Updated 2021-03-17
Publish Date 2020-11-02
Rating 5.00/5 Total 1 Ratings
Developer andre
Email andre@laszlo.nu
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO Europe Keyboard Shortcuts",
    "version": "1.1",
    "author": "Andr\u00e9 Laszlo",
    "homepage_url": "https:\/\/github.com\/andrelaszlo\/hbonordic_keyboard_shortcuts",
    "developer": {
        "name": "Andr\u00e9 Laszlo",
        "url": "https:\/\/github.com\/andrelaszlo\/hbonordic_keyboard_shortcuts"
    },
    "description": "Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hbonordic.com\/*",
                "*:\/\/hbogo.hu\/*",
                "*:\/\/*.hboespana.com\/*",
                "*:\/\/hbogo.cz\/*",
                "*:\/\/hbogo.ro\/*",
                "*:\/\/hbogo.ro\/*",
                "*:\/\/hboportugal.com\/*",
                "*:\/\/hbogo.sk\/*",
                "*:\/\/hbogo.pl\/*",
                "*:\/\/hbogo.hr\/*",
                "*:\/\/hbogo.si\/*",
                "*:\/\/hbogo.me\/*",
                "*:\/\/*.hbo.rs\/*",
                "*:\/\/hbogo.mk\/*",
                "*:\/\/hbogo.ba\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "browser_style": true
    },
    "web_accessible_resources": [
        "shortcuts.js"
    ]
}