Hulu Watch Party

Watch Hulu in sync with your loved ones

Hulu Watch Party란 무엇입니까?

Hulu Watch Party은(는) http://huluwatchparty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Hulu in sync with your loved ones"입니다.

확장 프로그램 스크린샷

screenshot

Hulu Watch Party 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Hulu Watch Party Hulu Watch Party
ID hkanhigmilpgifamljmnfppnllckkpda
공식 URL https://chrome.google.com/webstore/detail/hulu-watch-party/hkanhigmilpgifamljmnfppnllckkpda
설명 Watch Hulu in sync with your loved ones
파일 크기 64.27 KB
설치 횟수 2,000
현재 버전 0.0.5
최근 업데이트 2022-01-22
출시 날짜 2021-10-16
평점 5.00/5 총 6 개의 평점
개발자 http://huluwatchparty.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.huluwatchparty.com
도움말 페이지 URL https://www.huluwatchparty.com/support/
지원되는 언어 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\/*"
        ]
    }
}