HBO Max Netflix-ifier

Make the HBO Max video player look like Netflix's video player

什麼是HBO Max Netflix-ifier?

HBO Max Netflix-ifier是由goatmobile開發的Chrome擴展程式,該擴展的主要功能是“Make the HBO Max video player look like Netflix's video player”。

擴展截圖

screenshot

下載HBO Max Netflix-ifier擴展crx文件

下載HBO Max Netflix-ifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension makes HBO Max's video player look similar to Netflix's.

It also adds support for media keys, including play/pause, next track (skip forward 10 seconds), and previous track (skip backwards 10 seconds).

(note: Captions only work if their appearance settings are the defaults on the normal HBO Max player.)

Changelog:
2.1.1 - fix bug where controls wouldn't fade out
2.1.0 - add episode selector
2.0.0 - redo backend UI, make animations more smooth
1.3.2 - fix bug where the page would break and HBO would say it "can't play this title right now", fix another bug where the whole extension was disabled by default
1.3.1 - fix bug where HBO player would error out and not play anything
1.3 - fix bug where player was not starting
1.2.1 - fix fullscreen button, subtitles                    

擴展基本資訊

名稱 HBO Max Netflix-ifier HBO Max Netflix-ifier
ID ogjghfafpdbcfjogmadjbdnmmgciealb
官方網址 https://chrome.google.com/webstore/detail/hbo-max-netflix-ifier/ogjghfafpdbcfjogmadjbdnmmgciealb
簡介 Make the HBO Max video player look like Netflix's video player
檔案大小 41.41 KB
安裝次數 1,000
目前版本 2.1.1
更新時間 2021-02-10
上架時間 2020-07-08
評分 3.31/5 共 13 次評分
開發者 goatmobile
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO Max Netflix-ifier",
    "short_name": "HBO Max Netflix-ifier",
    "description": "Make the HBO Max video player look like Netflix's video player",
    "version": "2.1.1",
    "author": "goatmobile",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.hbomax.com\/*"
            ],
            "js": [
                "redom\/redom.js",
                "lib.js",
                "css.js",
                "netflix.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.hbomax.com\/*",
        "https:\/\/comet.api.hbo.com\/content",
        "https:\/\/play.hbomax.com\/*",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    }
}