Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Qu'est-ce que Spotify Party ?
Spotify Party est une extension Chrome développée par http://spotifypartyapp.com, et sa fonction principale est "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spotify Party
Téléchargez les fichiers d'extension Spotify Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lnmhonfihnlkllicdelebieiaheplfgk |
URL Officiel | https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk |
Description | A simple Chrome extension to listen to music on Spotify with your friends at the same time! |
Taille du Fichier | 115 KB |
Nombre d'Installations | 3,216 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-06-10 |
Date de Publication | 2020-06-10 |
Évaluation | 2.27/5 Total 11 Évaluations |
Développeur | http://spotifypartyapp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://spotifypartyapp.com/ |
URL de la Page d'Aide | https://github.com/pguduguntla/spotifyparty |
Langues Prises en Charge | 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 } |