Spotify Party
A simple Chrome extension to listen to music on Spotify with your friends at the same time!
ما هو Spotify Party؟
Spotify Party هو إضافة Chrome تم تطويرها بواسطة http://spotifypartyapp.com، والميزة الرئيسية لها هي "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spotify Party
قم بتنزيل ملفات الامتداد Spotify Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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 } |