Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
¿Qué es Spotify Party?
Spotify Party es una extensión de Chrome desarrollada por http://spotifypartyapp.com, y su función principal es "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spotify Party
Descarga archivos de extensión Spotify Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lnmhonfihnlkllicdelebieiaheplfgk |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk |
Descripción | A simple Chrome extension to listen to music on Spotify with your friends at the same time! |
Tamaño del Archivo | 115 KB |
Cantidad de Instalaciones | 3,216 |
Versión Actual | 1.0 |
Última Actualización | 2020-06-10 |
Fecha de Publicación | 2020-06-10 |
Calificación | 2.27/5 Total de 11 Calificaciones |
Desarrollador | http://spotifypartyapp.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://spotifypartyapp.com/ |
URL de la Página de Ayuda | https://github.com/pguduguntla/spotifyparty |
Idiomas Soportados | 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 } |