OTT Party

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

Co je OTT Party?

OTT Party je rozšíření Chrome vyvinuté http://ottparty.live, a jeho hlavní funkcí je „Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření OTT Party

Stáhněte si soubory rozšíření OTT 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í

                        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.                    

Základní Informace o Rozšíření

Název OTT Party OTT Party
ID lldibibpehfomjljogedjhaldedlmfck
Oficiální URL https://chrome.google.com/webstore/detail/ott-party/lldibibpehfomjljogedjhaldedlmfck
Popis Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends
Velikost souboru 68.44 KB
Počet instalací 493
Aktuální Verze 0.0.3
Poslední Aktualizace 2022-01-24
Datum Vydání 2021-11-09
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář http://ottparty.live
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ottparty.live
URL Stránky Nápovědy https://www.ottparty.live/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__",
    "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\/*"
        ]
    }
}