Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
什么是Spotify Party?
Spotify Party是由http://spotifypartyapp.com开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome extension to listen to music on Spotify with your friends at the same time!”。
扩展截图
下载Spotify Party扩展crx文件
下载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 } |