Hulu Watch Party
Watch Hulu in sync with your loved ones
¿Qué es Hulu Watch Party?
Hulu Watch Party es una extensión de Chrome desarrollada por http://huluwatchparty.com, y su función principal es "Watch Hulu in sync with your loved ones".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hulu Watch Party
Descarga archivos de extensión Hulu Watch Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hkanhigmilpgifamljmnfppnllckkpda |
URL Oficial | https://chrome.google.com/webstore/detail/hulu-watch-party/hkanhigmilpgifamljmnfppnllckkpda |
Descripción | Watch Hulu in sync with your loved ones |
Tamaño del Archivo | 64.27 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 0.0.5 |
Última Actualización | 2022-01-22 |
Fecha de Publicación | 2021-10-16 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | http://huluwatchparty.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.huluwatchparty.com |
URL de la Página de Ayuda | https://www.huluwatchparty.com/support/ |
Idiomas Soportados | 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\/*" ] } } |