HBO Europe Keyboard Shortcuts

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

HBO Europe Keyboard Shortcutsとは何ですか?

HBO Europe Keyboard Shortcutsはandreによって開発されたChromeの拡張機能で、その主な機能は「Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.」です。

拡張機能のスクリーンショット

screenshot

HBO Europe Keyboard Shortcuts拡張機能のCRXファイルをダウンロード

HBO Europe Keyboard Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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                    

拡張機能の基本情報

名前 HBO Europe Keyboard Shortcuts HBO Europe Keyboard Shortcuts
ID mlpdnnafcflhiocbcbneodhbdbinpima
公式URL https://chromewebstore.google.com/detail/hbo-europe-keyboard-short/mlpdnnafcflhiocbcbneodhbdbinpima
説明 Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.
ファイルサイズ 24.53 KB
インストール数 45
現在のバージョン 1.1
最終更新日 2021-03-17
公開日 2020-11-02
評価 5.00/5 合計 1 レビュー
開発者 andre
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}