OTT Party
Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends
Wat is OTT Party?
OTT Party is een Chrome-extensie ontwikkeld door http://ottparty.live, en de belangrijkste functie is "Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends".
Extensie Screenshots
Download het CRX-bestand van de extensie OTT Party
Download OTT Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lldibibpehfomjljogedjhaldedlmfck |
Officiële URL | https://chrome.google.com/webstore/detail/ott-party/lldibibpehfomjljogedjhaldedlmfck |
Beschrijving | Watch Netflix, Hulu, HBO Max and Disney Plus in sync with friends |
Bestandsgrootte | 68.44 KB |
Aantal Installaties | 493 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2022-01-24 |
Publicatiedatum | 2021-11-09 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | http://ottparty.live |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ottparty.live |
Help Pagina-URL | https://www.ottparty.live/support/ |
Ondersteunde Talen | 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\/*" ] } } |