HBO Watch Party
Watch HBO MAX videos in sync with friends and family
What is HBO Watch Party?
HBO Watch Party is a Chrome extension developed by youtbadblocker, and its main feature is "Watch HBO MAX videos in sync with friends and family".
Extension Screenshots
Download HBO Watch Party Extension CRX File
Download HBO Watch Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Transform your HBO max viewing into a shared experience with our Chrome extension. Watch HBO max content simultaneously with friends and family, chat in real-time, and even video chat while you enjoy your favorite shows and movies. Our user-friendly extension is free to use and ensures a secure, synchronized, and immersive watching experience, making it easier than ever to connect with loved ones over your favorite content.
Extension Basic Information
Name | HBO Watch Party |
ID | ojkhlfmofplghgodaihagbdhohmanmcb |
Official URL | https://chromewebstore.google.com/detail/hbo-watch-party/ojkhlfmofplghgodaihagbdhohmanmcb |
Description | Watch HBO MAX videos in sync with friends and family |
File Size | 1.26 MB |
Installation Count | 109 |
Current Version | 1.1.0 |
Last Updated | 2023-12-14 |
Publish Date | 2023-12-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | youtbadblocker |
[email protected] | |
Payment Type | free |
Extension Website | https://www.hbomaxparty.net/ |
Help Page URL | https://www.hbomaxparty.net/support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HBO Watch Party", "description": "Watch HBO MAX videos in sync with friends and family", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "hbomax16x16.png", "48": "hbomax48x48.png", "128": "hbomax128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "HBO MAX", "default_icon": "hbomax16x16.png" }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/redirect.hbomaxparty.net\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/play.max.com\/*" ], "js": [ "hbomax.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "avatar1.svg", "avatar2.svg", "avatar3.svg", "avatar4.svg" ] } ] } |