My Disney Pal - Watch Disney Plus Together!

Watch videos on Disney+ / Disney Plus with friends. Have a Disney Plus Party!

My Disney Pal - Watch Disney Plus Together!란 무엇입니까?

My Disney Pal - Watch Disney Plus Together!은(는) http://mydisneypal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos on Disney+ / Disney Plus with friends. Have a Disney Plus Party!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

My Disney Pal - Watch Disney Plus Together! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        My Disney Pal is a third party extension that allows you and your friends to watch videos on Disney Plus at the same time!

How to use:
1.) Have all friends download the extension
2.) Navigate to a video on Disney Plus and open the extension
3.) Create a room and share the link with your friends.
4.) Have your friends go to the link and click on the extension to join your room.
5.) Enjoy

Version 2.0:
- New Room Links
- Extension will reconnect users if the server goes down
- Link to Patreon

Version 1.8:
- Show users a tutorial on joining a room.
- Hide room menu when users aren't on a Disney Plus video.

Version 1.7:
- Added Features for hosting large rooms.
- Added Chat Filtering options

Version 1.0.6:
- Send user to webpage when they install the extension
- Minor UI Updates

Version 1.0.4:
- Added Host only controls
- Bug fixes
- Minor UI Updates

Version 1.0.3:
- Fix for issue where extension doesn't activate

Version 1.0.2 :
- UI updates
- Added Video Reactions
- Bug fixes
- Notifications

Need Support?
Send an email to [email protected]

My Disney Pal is developed and maintained by Seth Setse

My Disney Pal is not affiliated with The Walt Disney Company or any of its subsidiaries.                    

확장 프로그램 기본 정보

이름 My Disney Pal - Watch Disney Plus Together! My Disney Pal - Watch Disney Plus Together!
ID gmfkofepmajkeooilngecbgngnbkeige
공식 URL https://chrome.google.com/webstore/detail/my-disney-pal-watch-disne/gmfkofepmajkeooilngecbgngnbkeige
설명 Watch videos on Disney+ / Disney Plus with friends. Have a Disney Plus Party!
파일 크기 2.33 MB
설치 횟수 7,000
현재 버전 2.0
최근 업데이트 2020-07-15
출시 날짜 2020-07-03
평점 4.55/5 총 104 개의 평점
개발자 http://mydisneypal.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mydisneypal.com/
도움말 페이지 URL https://mydisneypal.com/
개인정보 보호 정책 페이지 URL https://mydisneypal.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Disney Pal - Watch Disney Plus Together!",
    "version": "2.0",
    "description": "Watch videos on Disney+ \/ Disney Plus with friends. Have a Disney Plus Party!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/redirectRoom.js"
            ],
            "matches": [
                "*:\/\/*.mydisneypal.com\/rooms\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "styles\/alert.css"
            ],
            "js": [
                "js\/popup\/joinRoomMessage.js"
            ],
            "matches": [
                "https:\/\/www.disneyplus.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "html\/chat.html",
        "html\/reactions.html",
        "styles\/reactions.css",
        "styles\/chat.css",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/images\/*.png",
        "semantic\/semantic.min.css",
        "semantic\/semantic.min.js",
        "images\/*.png",
        "images\/*.svg",
        "images\/*.mp4"
    ],
    "manifest_version": 2
}