Disney Plus Watch Party

Watch Disney+ Videos with Friends anytime, anywhere!

Disney Plus Watch Partyคืออะไร?

Disney Plus Watch Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://disneypluswatchparty.com และคุณลักษณะหลักของมันคือ "Watch Disney+ Videos with Friends anytime, anywhere!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney Plus Watch Party

ดาวน์โหลดไฟล์ส่วนขยาย Disney Plus Watch Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Disney Plus Watch Party helps you watch your favorite shows and videos on Disney Plus in perfect synchronization with people online.

Overview:-
 
Disney Plus Watch Party is a free extension that enables you to sync any Disney+ video with people remotely. It helps you have online watch parties with as many people as you want! 
 
Features and Benefits:-
 
> You can chat with your friends or family while watching the videos in perfect sync. 
> Create or join a virtual party with a few easy steps. 
> You will never miss viewing your favorite shows with your favorite people. 
> Experience HD streaming in perfect synchronization. 
> You can also make use of fun avatars and put them as your user icon. 
> You can also set your username. Your username and icon will be visible to other people.   
 
How to use Disney Plus Watch Party: - 
 
> Install the extension and pin it to the toolbar. 
> Log in to your Disney Plus account. 
 
Host a Party:-

> Click on the “dp” button. 
> Select Start the Party
> Copy and Share the watch party URL with people
 
Join a Party:-

> Install the extension 
> Sign in to your Disney Plus account
> Click on the Watch Party URL your friend shared with you. 
 
Disclaimer: - 

Disney Plus Watch Party is an independent extension. The extension and its developer are not affiliated with The Walt Disney Company or any of its subsidiaries.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disney Plus Watch Party Disney Plus Watch Party
ID flapondhpgmggemifmemcmicjodpmkjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/disney-plus-watch-party/flapondhpgmggemifmemcmicjodpmkjb
คำอธิบาย Watch Disney+ Videos with Friends anytime, anywhere!
ขนาดไฟล์ 75.17 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-01-23
วันที่เผยแพร่ 2021-10-27
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://disneypluswatchparty.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.disneypluswatchparty.com
URL หน้าช่วยเหลือ https://www.disneypluswatchparty.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.disneypluswatchparty.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,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__",
    "version": "0.0.2",
    "default_locale": "en",
    "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": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "backgroundScript.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:\/\/*.disneyplus.com\/*",
                "http:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.join-room.com\/*"
        ]
    }
}