Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Τι είναι το Spotify Party;
Το Spotify Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://spotifypartyapp.com, και η κύρια λειτουργία του είναι "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spotify Party
Λήψη αρχείων επέκτασης Spotify Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension for Spotify that allows users to sync playlists with their friends. Users can create rooms and invite their friends to join! They can play, pause, skip, and select any song of their choice within the playlist. In addition, there is a chat bar that allows users within the same room to communicate while listening to their favorite tunes. Whether you're bored during quarantine or want to start a study session with your friends, SpotifyParty expands the limits of its users, making listening to music a fun group activity.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lnmhonfihnlkllicdelebieiaheplfgk |
Επίσημο URL | https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk |
Περιγραφή | A simple Chrome extension to listen to music on Spotify with your friends at the same time! |
Μέγεθος Αρχείου | 115 KB |
Αριθμός Εγκαταστάσεων | 3,216 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-06-10 |
Ημερομηνία Δημοσίευσης | 2020-06-10 |
Αξιολόγηση | 2.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | http://spotifypartyapp.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://spotifypartyapp.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/pguduguntla/spotifyparty |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Party", "version": "1.0", "description": "A simple Chrome extension to listen to music on Spotify with your friends at the same time!", "permissions": [ "tabs", "activeTab", "declarativeContent" ], "icons": { "128": "dim_icon.png" }, "background": { "scripts": [ "jquery-3.5.0.min.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "active_icon.png" }, "manifest_version": 2 } |