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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch videos on Disney+ / Disney Plus with friends. Have a Disney Plus Party!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Disney Pal - Watch Disney Plus Together! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |