HBO Max Netflix-ifier

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

HBO Max Netflix-ifierคืออะไร?

HBO Max Netflix-ifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย goatmobile และคุณลักษณะหลักของมันคือ "Make the HBO Max video player look like Netflix's video player"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBO Max Netflix-ifier

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}