HBO Enhanced

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

HBO Enhanced là gì?

HBO Enhanced là một tiện ích mở rộng Chrome được phát triển bởi nrobinson, và tính năng chính của nó là "A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HBO Enhanced

Tải xuống các tệp mở rộng HBO Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HBO Enhanced HBO Enhanced
ID kibhmcdemphikjllndhmdjfailnllbjo
URL Chính Thức https://chromewebstore.google.com/detail/hbo-enhanced/kibhmcdemphikjllndhmdjfailnllbjo
Mô tả A light-weight extension that enhances the HBO Now and HBO Go streaming services to their full potentials.
Kích Thước Tệp 8.46 KB
Số Lần Cài Đặt 2,421
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-05-05
Ngày Phát Hành 2020-05-05
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển nrobinson
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/nrobinson12/hbo-now-enhanced
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}