HBO Max Party: watch HBO together and chat

Watch HBO Max together with others! Extension to watch HBOMax remotely.

HBO Max Party: watch HBO together and chat là gì?

HBO Max Party: watch HBO together and chat là một tiện ích mở rộng Chrome được phát triển bởi SVODExtensions, và tính năng chính của nó là "Watch HBO Max together with others! Extension to watch HBOMax remotely.".

Ả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 Max Party: watch HBO together and chat

Tải xuống các tệp mở rộng HBO Max Party: watch HBO together and chat 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

                        Do you miss group movie marathons? Now you can do them online!

Watch your HBOMax favorites together with the squad while staying on your comfy sofa. Thanks to live chat you can comment on whatever's happening on your screen and share your thoughts.

No more fighting over the remote - all of you have the power to pause or rewind anytime you want. Although you may need to compromise on the movie title, you're free to choose your snacks of choice (bonus: you don't have to share them with anyone!)

How does it work?
1. Add HBO Max Party to Chrome.
2. Go to HBO Max and log in to your account.
3. Click on the small puzzle piece icon next to the Chrome browser address bar. 
4. Pin HBO Max Party to have it always in the extensions toolbar.
5. Click on the extension icon to see the settings pop-up.
6. Here you can copy the party link to share with others or start a new party room.
7. Send the invitation link to anyone you’d like to invite (please note that all the party members have to have their own HBO accounts).
8. Set your username in the chat panel on the right.
9. Make sure everyone is in sync before the party starts.
10. Pick a movie or TV series to watch together.
11. Enjoy group streaming!

Disclaimer: HBO is a trademark of Home Box Office, Inc.. This website & extension hold no association or affiliation with HBO Max or any third-party companies.                    

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

Tên HBO Max Party: watch HBO together and chat HBO Max Party: watch HBO together and chat
ID gdpdebkjjpokienficjfpkbpdolececa
URL Chính Thức https://chromewebstore.google.com/detail/hbo-max-party-watch-hbo-t/gdpdebkjjpokienficjfpkbpdolececa
Mô tả Watch HBO Max together with others! Extension to watch HBOMax remotely.
Kích Thước Tệp 294 KB
Số Lần Cài Đặt 4,239
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2022-04-14
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển SVODExtensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodextended.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.14",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbomax.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-event.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js",
                "src\/contentscripts\/hbomax.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.max.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-event.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js",
                "src\/contentscripts\/max.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "src\/sidebar\/*"
            ],
            "matches": [
                "https:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}