Private Watch Party

Stream videos from Netflix, Hulu, HBO Max, Disney Plus, and Hotstar in sync with your loved ones together.

Private Watch Partyとは何ですか?

Private Watch Partyはhttp://privatewatchparty.usによって開発されたChromeの拡張機能で、その主な機能は「Stream videos from Netflix, Hulu, HBO Max, Disney Plus, and Hotstar in sync with your loved ones together.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Private Watch Party拡張機能のCRXファイルをダウンロード

Private Watch Party拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Private Watch Party is a user-friendly extension that is absolutely free while connecting you with your long-distance friends. This extension enables you to stream and sync your favorite TV shows and movies with your pals together. Private Watch Party extension lets you choose any video from popular streaming websites like Netflix, HBO Max, Disney Plus, Hulu, and Hotstar. The most significant part is that you can watch anything with your friends together in sync by hosting or joining a watch party. 

Private Watch Party is an easy-to-understand free extension that supports leading streaming websites for a seamless user experience. It is an all-in-one destination for enjoying movies and TV shows in sync while connecting with your friends all over the world since it supports Netflix, Hotstar, Disney+, HBO Max, and Hulu.

FEATURES:-

> Create & Host virtual watch parties with your friends worldwide and watch your favorite TV shows, Movies together.
> Stream via the leading streaming websites like Netflix, Hulu, Hotstar, HBO Max, and Disney +
> Get HD streaming with quick buffering.
> Chat via the group chat feature while enjoying videos.
> Get the complete control & remote of the currently playing video as the host.
> Customize your profile and user icon with inbuilt avatars.


HOW TO USE PRIVATE WATCH PARTY?

Sync and stream any video of your choice from your preferred streaming website with your friends in these simple steps:

CREATING A WATCH PARTY:-

> Log in to the particular streaming website.
> Select & play the video you want to stream with friends together.
> Click on the PW button from the toolbar and then select “Start the party.” ( Install & enable  the extension if you haven’t already)
> Copy the watch party URL & share it with the friends you want to join in the party.


JOINING A WATCH PARTY:-

> Sign in to the particular streaming website.
> Open the Private Watch Party URL that has been shared with you. ( Install & enable  the extension if you haven’t already)
> Enjoy and stream your favorite shows and movies with your friends around the world.


SUPPORTED STREAMING WEBSITES BY PRIVATE WATCH PARTY:-

Private Watch Party extension supports the most leading video streaming websites, which includes:

Netflix Watch Party - Stream shows and movies via Netflix in sync with friends all over the world.

Hulu Watch Party - Create virtual watch parties on Hulu and watch with close ones in sync together.

Hotstar Party - Watch your favorite Hotstar shows with people living far away.

Disney Plus Watch Party - Private Watch Party lets you stream and enjoy all the Disney Plus shows in sync with your friends.

HBO Max Watch Party - Host or Join virtual watch parties and stream HBO shows with friends together.

SUPPORT:-

For support, suggestions, or any queries, please get in touch with us at “insert email.” Please note that you agree and acknowledge that you have read the Private Watch Party Privacy Policy (https://www.privatewatchparty.us/privacy) by downloading this extension.

DISCLAIMER:-

To help improve the user experience, Private Watch Party extension uses Google Analytics and collects the data and statistics of extension usage. However, if you wish to disable the Google Analytics Tracking, then please visit http://tools.google.com/dlpage/gaoptout. Aside from that, you can use Adblock Plus or similar Ad-blocking applications like AdBlock, uBlock, or Adblock Pro to create a filter.                    

拡張機能の基本情報

名前 Private Watch Party Private Watch Party
ID maolinhbkonpckjldhnocgilkabpfodc
公式URL https://chrome.google.com/webstore/detail/private-watch-party/maolinhbkonpckjldhnocgilkabpfodc
説明 Stream videos from Netflix, Hulu, HBO Max, Disney Plus, and Hotstar in sync with your loved ones together.
ファイルサイズ 26.21 KB
インストール数 146
現在のバージョン 0.0.2
最終更新日 2021-11-28
公開日 2021-11-18
評価 5.00/5 合計 6 レビュー
開発者 http://privatewatchparty.us
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.privatewatchparty.us/
ヘルプページのURL https://www.privatewatchparty.us/support
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Private Watch Party",
    "description": "Stream videos from Netflix, Hulu, HBO Max, Disney Plus, and Hotstar in sync with your loved ones together.",
    "version": "0.0.2",
    "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": "Private Watch Party",
        "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"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.privatewatchparty.us\/*",
            "*:\/\/*.ottparty.live\/*"
        ]
    }
}