Hulu Watch Party
Watch Hulu in sync with your loved ones
Co je Hulu Watch Party?
Hulu Watch Party je rozšíření Chrome vyvinuté http://huluwatchparty.com, a jeho hlavní funkcí je „Watch Hulu in sync with your loved ones“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hulu Watch Party
Stáhněte si soubory rozšíření Hulu Watch Party ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hulu Watch Party extension empowers the Hulu fans to watch Hulu videos in perfect sync with their friends and family. Overview:- Hulu Watch Party is a user-friendly tool that enables you to watch Hulu TV shows, movies, and videos in perfect sync with as many people as you want. Not only this, you can also group chat while streaming your favorite TV shows in HD quality. How to use Hulu Watch Party? The Hulu Watch Party extension has been exclusively created to provide Hulu users with a convenient and seamless Hulu streaming experience. It is a user-friendly tool that can be used within a few easy steps:- > Install Firstly, you need to click on the “Add to Chrome” button and tap on the “Add Extension” option to start installing the Hulu Watch Party extension. > Add the extension to the toolbar After installing the extension, open your internet browser and click on the “Extensions” button given at the top-right corner of the screen. From here, you can pin the Hulu watch Party extension to the toolbar. > Hulu Sign In Log in to your Hulu account. Now, you need to search and play the show or video you want to watch at the Hulu Party with your friends. > Create Hulu Party You can host the Hulu party by clicking on the “HP” icon from the toolbar. Now, the “Create a Party” window will open. Here, select the “Start the Party” option to create the watch party URL. Note: - you can have complete control of your party by keeping the “Only I have control” button green. However, if you do not want to have complete control of the party, you can turn the green button grey by clicking on it. > Join Hulu Party All you are required to do is, tap on the Hulu watch party link shared with you by your friend. Now, you need to install the extension If you have not downloaded it already. Now, you can join the watch party. Features:- The Hulu Watch Party is exclusively developed for the worldwide Hulu users who are living far from their loved ones and miss watching their favorite shows with them. Furthermore, you also get these additional features with the extension:- > Chat with friends The extension comes with the chat feature that allows you to chat with the Hulu party members and share emojis during the party. > Experience HD Streaming Watch your favorite Hulu shows with your favorite people in premium HD quality. > Supports different devices The Hulu party extension supports all Chromebook, macOS, and Windows devices. > Personalization features You can edit your profile and add your favorite avatars as your profile icon. In addition to that, you can also set a nickname of your choice that will be visible to your friends during the group chat. > Control your Hulu Party You can control your Hulu Party by keeping the “Only I have control” button green while creating the party link. > Worldwide Access You can access the Hulu watch party extension from all across the world. Therefore, you can always join the movie nights with your friends even while living far from them! Support:- For support, feedback or any other comments, please reach us at [email protected]. By installing the extension, you agree and acknowledge that you have read Hulu Watch Party Privacy Policy (http://www.huluwatchparty.com/privacy). Disclaimer:- Hulu is a trademark of Hulu, LLC, The Walt Disney Company and Comcast. This extension and its developer are in no way affiliated. This extension utilizes Google Analytics to collect extension usage statistics. It helps improve the user-experience. If you want to opt-out of Google Analytics tracking, you can visit http://tools.google.com/dlpage/gaoptout, or you can also set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
Základní Informace o Rozšíření
Název | |
ID | hkanhigmilpgifamljmnfppnllckkpda |
Oficiální URL | https://chrome.google.com/webstore/detail/hulu-watch-party/hkanhigmilpgifamljmnfppnllckkpda |
Popis | Watch Hulu in sync with your loved ones |
Velikost souboru | 64.27 KB |
Počet instalací | 2,000 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2022-01-22 |
Datum Vydání | 2021-10-16 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | http://huluwatchparty.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.huluwatchparty.com |
URL Stránky Nápovědy | https://www.huluwatchparty.com/support/ |
Podporované Jazyky | 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,mr,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.5", "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.js", "join-room.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.join-room.com\/*" ], "js": [ "join-room.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.hulu.com\/*", "http:\/\/*.hulu.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.join-room.com\/*" ] } } |