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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Party

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spotify Party Spotify Party
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
}