Disney Plus Watch Party

Watch Disney+ in sync with friends. Host virtual movie nights with Disney Plus GroupWatch

What is Disney Plus Watch Party?

Disney Plus Watch Party is a Chrome extension developed by https://disneyplusgroupwatch.com, and its main feature is "Watch Disney+ in sync with friends. Host virtual movie nights with Disney Plus GroupWatch".

Extension Screenshots

screenshot
screenshot
screenshot

Download Disney Plus Watch Party Extension CRX File

Download Disney Plus Watch Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Disney Plus Watch Party is a new age extension that lets you connect with you and your friends together. Furthermore, this extension allows you to stream your favorite videos in sync with your loved ones. Now, you and your friends can enjoy streaming the desired videos with no interruptions from any corner of the world. Therefore, experience the best movie night or binge-watch shows with your friends by installing the extension just for free. Hence, incur no costs and have a blast with a fantastic cinematic experience. 

FEATURES OF DISNEY PLUS WATCH PARTY:

> Global Connectivity 
Installing the extension allows you to host and invite the watch party from anywhere.

> HD Video Quality
You can play your favorite videos in high-definition (HD) quality. As a result, use this add-on to improve your streaming experience.

> Live Chat / Group Chat
This extension's best feature is that you can now live chat with your pals while playing your favorite videos together. You may now enjoy your Disney Plus Watch Party while sending emojis to your pals.

> Complete Control
We recognize your privacy concerns, so this extension has a 'Complete Control' option. As a result, the host can control the playing video by pausing, rewinding, and forwarding it. Therefore, you can make as many modifications needed.

> Unlimited Members
Don't worry if you have a huge group of pals; this plugin allows you to invite an unlimited number of people to your Disney Plus Watch Party.

> Smooth Connectivity 
This plugin ensures that users will not experience any buffer difficulties. Consequently, you will be able to stream your films in the highest possible quality.

> Seamless Synchronization
This extension's synchronization is excellent. Therefore, the members will face no difficulties.

HOW TO INSTALL THE DISNEY PLUS WATCH PARTY?

> First, install the extension by clicking here.  
> Further, pin the extension icon after the installation procedure is accomplished.
> Then, visit the Disney Plus website and log into using your account.
> Therefore, click on the blue "ADD TO CHROME" icon. 
> Finally, click on the "ADD EXTENSION" icon to complete the process. 

Therefore, through this process, you will be able to intensify your movie experience. Besides, it also assists you with various features in order to stream your videos with no hindrances. 

HOW TO USE THE DISNEY PLUS WATCH PARTY?

Follow these simple instructions to use this user-friendly extension:

> First, you have to install and pin the extension to your toolbar. 
> Second, to pin the extension, you must click on the puzzle icon on the top right corner of the browser.
> Third, users must note that the extension supports only Chromebook, macOS, or Windows devices. 
> Thus, your extension is pinned and is ready to use with this procedure. 

Privacy:

We value privacy, which is why we never violate it. You do not need to register or submit personal information to use our extension. We, therefore, do not sell any of your confidential details.

Disclaimer:

Disney Plus Watch Party is in no way affiliated with Disney Media and Entertainment Distribution.                    

Extension Basic Information

Name Disney Plus Watch Party Disney Plus Watch Party
ID nkciggljdfnkpcdngdohlpelojmklhin
Official URL https://chromewebstore.google.com/detail/disney-plus-watch-party/nkciggljdfnkpcdngdohlpelojmklhin
Description Watch Disney+ in sync with friends. Host virtual movie nights with Disney Plus GroupWatch
File Size 1.35 MB
Installation Count 10,000
Current Version 1.0.3
Last Updated 2023-07-22
Publish Date 2022-04-04
Rating 3.96/5 Total 49 Ratings
Developer https://disneyplusgroupwatch.com
Email [email protected]
Payment Type free
Extension Website https://disneyplusgroupwatch.com/
Help Page URL https://disneyplusgroupwatch.com/
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*",
                "http:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "content\/index.js",
                "content\/videoController.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.disneyplusgroupwatch.com\/*"
            ],
            "js": [
                "disneyplus.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "disneyplus.js"
            ],
            "matches": [
                "https:\/\/www.disneyplusgroupwatch.com\/*"
            ]
        },
        {
            "resources": [
                "chat\/index.html",
                "content\/index.js",
                "content\/videoController.js"
            ],
            "matches": [
                "https:\/\/*.disneyplus.com\/*",
                "http:\/\/*.disneyplus.com\/*"
            ]
        }
    ]
}