D+ Party

Watch Disney Plus together

什么是D+ Party?

D+ Party是由Awesome Extensions开发的Chrome扩展程序,该扩展的主要功能是“Watch Disney Plus together”。

扩展截图

screenshot
screenshot

下载D+ Party扩展crx文件

下载D+ Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        **Thank you for your patience! Disney+ Party is back!**

Do you miss group movie marathons? Now you can do them online!

Watch your Disney Plus favorites together with the squad while staying on your comfy sofa.Thanks to live chat you can comment on whatever's happening on your screen and share your thoughts.

No more fighting over the remote - all of you have the power to pause or rewind anytime you want. Although you may need to compromise on the movie title, you're free to choose your snacks of choice (bonus: you don't have to share them with anyone!)

How does it work?
1. Add Disney+ Party to Chrome.
2. Go to Disney+ and log in to your account.
3. Click on the small puzzle piece icon next to the Chrome browser address bar. 
4. Pin Disney+ Party to have it always in the extensions toolbar.
5. Click on the Party extension icon to see the settings popup.
6. Here you can copy the party link to share with others or start a new party room.
7. Send the invitation link to anyone you’d like to invite (please note that all the party members need to have Disney Plus accounts).
8. Set your username in the chat panel on the right.
9. Make sure everyone is in sync before the party starts.
10. Pick a movie or TV series to watch together.
11. Enjoy group streaming!

Disclaimer: Disney+ is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Disney+ or any third-party companies.                    

扩展基本信息

名称 D+ Party D+ Party
ID pidpgkcioikhdjahlehighfgmaopdbkk
官方URL https://chromewebstore.google.com/detail/d+-party/pidpgkcioikhdjahlehighfgmaopdbkk
简介 Watch Disney Plus together
文件大小 211 KB
安装次数 51,655
当前版本 4.0.7
更新时间 2023-10-26
上架时间 2020-07-02
评分 3.79/5 共380次评分
开发者 Awesome Extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.vodextended.com/privacy_policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "4.0.7",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.disneyplus.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-event.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js",
                "src\/contentscripts\/dh.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "src\/sidebar\/*"
            ],
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}