OTT Party

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

Qu'est-ce que OTT Party ?

OTT Party est une extension Chrome développée par http://ottparty.live, et sa fonction principale est "Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OTT Party

Téléchargez les fichiers d'extension OTT Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OTT Party OTT Party
ID lldibibpehfomjljogedjhaldedlmfck
URL Officiel https://chrome.google.com/webstore/detail/ott-party/lldibibpehfomjljogedjhaldedlmfck
Description Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends
Taille du Fichier 68.44 KB
Nombre d'Installations 493
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-01-24
Date de Publication 2021-11-09
Évaluation 5.00/5 Total 14 Évaluations
Développeur http://ottparty.live
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ottparty.live
URL de la Page d'Aide https://www.ottparty.live/support/
Langues Prises en Charge 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\/*"
        ]
    }
}