HBO Max Watch Party

Stream HBO Max together!

HBO Max Watch Partyคืออะไร?

HBO Max Watch Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hbomaxwatchparty.com และคุณลักษณะหลักของมันคือ "Stream HBO Max together!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBO Max Watch Party

ดาวน์โหลดไฟล์ส่วนขยาย HBO Max Watch Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Overview:-
 
HBO Max Watch Party is the free extension that allows you to virtually watch the HBO Max movies, shows, and videos with friends/family.  

Features of HBO Max Watch Party:-

> HBO Watch Party extension allows you to create or join room to watch videos together.

> It is available worldwide.

> HBO Max Watch Party extension also comes with a chat feature. Thus, enjoy chatting with your friends while streaming your favorite shows.

> Enjoy HD HBO streaming and fast buffering.

> Customize your HBO Watch Party profiles by using the fun avatars. You can also choose and set your usernames.

Disclaimer:  
 
HBO or HBO Max are trademarks of Home Box Office, Inc. This extension and its developer are in no way affiliated with Home Box Office, Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HBO Max Watch Party HBO Max Watch Party
ID dkdjiiihnadmgmmfobidmmegidmmjobi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hbo-max-watch-party/dkdjiiihnadmgmmfobidmmegidmmjobi
คำอธิบาย Stream HBO Max together!
ขนาดไฟล์ 73.56 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2022-01-19
วันที่เผยแพร่ 2021-10-22
คะแนน 4.24/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา http://hbomaxwatchparty.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hbomaxwatchparty.com/
URL หน้าช่วยเหลือ https://www.hbomaxwatchparty.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.hbomaxwatchparty.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.8",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "backgroundScript.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "web_accessible_resources": [
        "img\/*.svg",
        "web\/*",
        "contentScript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.join-room.com\/*"
            ],
            "js": [
                "join-room.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.join-room.live\/*"
        ]
    }
}