Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Spotify Party là gì?
Spotify Party là một tiện ích mở rộng Chrome được phát triển bởi http://spotifypartyapp.com, và tính năng chính của nó là "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify Party
Tải xuống các tệp mở rộng Spotify Party dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lnmhonfihnlkllicdelebieiaheplfgk |
URL Chính Thức | https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk |
Mô tả | A simple Chrome extension to listen to music on Spotify with your friends at the same time! |
Kích Thước Tệp | 115 KB |
Số Lần Cài Đặt | 3,216 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-10 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 2.27/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://spotifypartyapp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://spotifypartyapp.com/ |
URL Trang Trợ Giúp | https://github.com/pguduguntla/spotifyparty |
Ngôn Ngữ Được Hỗ Trợ | 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 } |