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 |
官方網址 | 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 } |