HBO Enhanced

A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.

HBO Enhancedとは何ですか?

HBO Enhancedはnrobinsonによって開発されたChromeの拡張機能で、その主な機能は「A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension adds shortcuts and fixes to HBO Now and HBO Go.

Features:
  - Right arrow skips forward 10 seconds on streams (left arrow skips backward)
  - Up arrow turns volume on site up (down arrow turns volume down)

Fixes:
  - Clicking space bar to pause no longer scrolls down the page

With more updates coming!

Disclaimer:
HBO, HBO Now, and HBO Go are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.                    

拡張機能の基本情報

名前 HBO Enhanced HBO Enhanced
ID kibhmcdemphikjllndhmdjfailnllbjo
公式URL https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo
説明 A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
ファイルサイズ 8.46 KB
インストール数 2,421
現在のバージョン 0.4
最終更新日 2020-05-05
公開日 2020-05-05
評価 4.14/5 合計 7 レビュー
開発者 nrobinson
支払い方法 free
ヘルプページのURL https://github.com/nrobinson12/hbo-now-enhanced
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO Enhanced",
    "description": "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.",
    "version": "0.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.hbonow.com\/*",
                "https:\/\/play.hbogo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}