DPlus Party - Disney Plus Watch Party

Watch Disney+ (Disney Plus) together anywhere, anytime with DPlus Party!

Τι είναι το DPlus Party - Disney Plus Watch Party;

Το DPlus Party - Disney Plus Watch Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DPlusParty, και η κύρια λειτουργία του είναι "Watch Disney+ (Disney Plus) together anywhere, anytime with DPlus Party!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DPlus Party - Disney Plus Watch Party

Λήψη αρχείων επέκτασης DPlus Party - Disney Plus Watch Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DPlus Party is a free extension that allows you to sync up Disney+ (Disney Plus) videos to your friends for your remote online watch parties. Just click the DPlus Party button and send the link to your friends, and watch away!

Features:
- Chat with friends using text or emotes!
- Easy sharing with friends on social media!
- Binge watch together with your favorite shows!
- Watch Disney+ (Disney Plus) with anyone around the world!

How to Use:
(Host)
1) Navigate to a video
2) Once the video is playing, click the extension button
3) Once a session is started, the URL will be displayed in the popup that includes the session id. Copy the link and send to your friends to connect.
(Peer)
4) Click on the link, then click the extension button
5) Click the join button.  Enjoy!

Changelog:
v1.4.X:
- Added binge watching feature (beta)
- Video now syncs party with whoever is joining without pausing the party
- Deleted FB and Twitter sharing
- Added new brokering server

v1.3.X:
- updated clarity of instructions in popup
- Added Ko-Fi donation button
- Fixed UI bugs
- Added toggling chat visibility button
- Fixed some connectivity issues
- Fixed message encoding issues with bigger parties
- Added number of participants counter
- Updates to connection protocols
- Minor UI Updates to popup
- Made chat text selectable
- fixed timestamps

v1.2.X:
- Implemented emoticons*
- Add ability for extension to save usernames for future use
- Update to connection stability

*Implementation introduces a new encoding technique that may break messaging for older versions. Please update to 1.2.X if you are having problems with reading incoming messages!

v1.1.X:
- Fixed extension conflict when navigating away from video
- Made chat available during fullscreen

v1.0.X:
- Migrated server due to increasing demand with region
- general bug fixes

v.1.0.0:
- Added chat feature

/////////////////
Beta Changes:
- added general backend checks
- UI bug fixes
- extension now ensures that scripts are completely loaded at initial installation (possible fix to issue where users could not load a URL to copy after installing the extension)
- bug fix to help support regions outside of the US
- updated network libraries
- general bug fixes
- Join button now shows joined status if connected to session.
- server changes for increased capacity                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DPlus Party - Disney Plus Watch Party DPlus Party - Disney Plus Watch Party
ID ckhlohlbolmihakbnlddceackadnodoe
Επίσημο URL https://chromewebstore.google.com/detail/dplus-party-disney-plus-w/ckhlohlbolmihakbnlddceackadnodoe
Περιγραφή Watch Disney+ (Disney Plus) together anywhere, anytime with DPlus Party!
Μέγεθος Αρχείου 141 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2021-04-12
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 3.86/5 Συνολικά 66 Αξιολογήσεις
Προγραμματιστής DPlusParty
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DPlus Party - Disney Plus Watch Party",
    "description": "Watch Disney+ (Disney Plus) together anywhere, anytime with DPlus Party!",
    "version": "1.4.4",
    "icons": {
        "128": "images\/dplus.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "dplus_chat.css",
        "jquery-3.4.1.min.js"
    ]
}