OTT Party

Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends

OTT Party란 무엇입니까?

OTT Party은(는) http://ottparty.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Overview:-

OTT Party enables you to Sync playback with friends and family online and watch your favorite TV shows and movies together. The platform allows you to choose any show from leading streaming websites including Netflix, Hulu, HBO Max, Disney Plus or Hotstar and watch it together with your people living far away. 

OTT Party supports different streaming websites:- Netflix, Hulu, Disney+, HBO Max, and Hotstar. Therefore, it is the one-stop-destination to stream thousands of shows and movies in sync with anyone across the globe. 

Features:-

> Host virtual parties and watch TV shows, movies, or videos in sync with your friends from different locations. 
> Group Chat while streaming on different websites. 
> Create virtual parties on Netflix, Hulu, Disney+, HBO Max, and Hotstar. 
> HD streaming with fast buffering .
> Customize your username and user icon with inbuilt Avatars. 
> As a host, you can have complete control of the watch party. 

How to use OTT Party:-

Sync and watch any show on your favorite streaming platform within a few steps: -

Create a watch party:

> Log in to the streaming website. 
> Play the video that you want to watch with friends. 
> Click on the OP button from the toolbar and select “Start the Party.” 
> Copy and share the URL with everyone who you want to join in the party. 

Join a watch party extension: 

> Sign in to the specific streaming website. 
> Click on the OTT Party URL. (Install the extension if you haven’t already)
> Now enjoy the watch party!

Supported Streaming Platforms:-

This extension supports the following streaming platforms: 

> Netflix Party: Watch Netflix in sync with friends online from different locations. 

> Disney Plus Watch Party: OTT Party enables all the Disney Plus subscribers to stream thousands of Disney shows together in perfect sync. 

> Hulu Watch Party: Stream your favorite Hulu shows with your loved ones living far from you. 

> HBO Max Watch Party: Create or Join virtual parties and watch HBO Max shows with people living in different locations.
 
> Hotstar Party: Watch your favorite Hotstar shows with your favorite people living far away. 

Support: 

For support, feedback, or any comments, reach us at [email protected]
By installing the extension, you agree and acknowledge that you have read OTT Party Privacy Policy (http://www.ottparty.live/privacy).

Disclaimer: OTT Party extension uses Google Analytics to gather the extension usage statistics that help improve user experience. However, if you want to opt-out of Google Analytics tracking, then please visit http://tools.google.com/dlpage/gaoptout. Apart from this, you can also set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock, or Adblock Pro.                    

확장 프로그램 기본 정보

이름 OTT Party OTT Party
ID lldibibpehfomjljogedjhaldedlmfck
공식 URL https://chrome.google.com/webstore/detail/ott-party/lldibibpehfomjljogedjhaldedlmfck
설명 Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends
파일 크기 68.44 KB
설치 횟수 493
현재 버전 0.0.3
최근 업데이트 2022-01-24
출시 날짜 2021-11-09
평점 5.00/5 총 14 개의 평점
개발자 http://ottparty.live
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ottparty.live
도움말 페이지 URL https://www.ottparty.live/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__",
    "default_locale": "en",
    "version": "0.0.3",
    "permissions": [],
    "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"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "web_accessible_resources": [
        "img\/*.svg",
        "web\/*",
        "contentScript.js",
        "join-room.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.join-room.com\/*"
            ],
            "js": [
                "join-room.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.join-room.com\/*"
        ]
    }
}