Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
O que é Spotify Party?
Spotify Party é uma extensão do Chrome desenvolvida por http://spotifypartyapp.com, e sua principal característica é "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spotify Party
Baixe arquivos de extensão Spotify Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lnmhonfihnlkllicdelebieiaheplfgk |
URL Oficial | https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk |
Descrição | A simple Chrome extension to listen to music on Spotify with your friends at the same time! |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 3,216 |
Versão Atual | 1.0 |
Última Atualização | 2020-06-10 |
Data de Publicação | 2020-06-10 |
Classificação | 2.27/5 Total de 11 Avaliações |
Desenvolvedor | http://spotifypartyapp.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://spotifypartyapp.com/ |
URL da Página de Ajuda | https://github.com/pguduguntla/spotifyparty |
Idiomas Suportados | 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 } |