Spotify Party

A simple Chrome extension to listen to music on Spotify with your friends at the same time!

Apa itu Spotify Party?

Spotify Party adalah ekstensi Chrome yang dikembangkan oleh http://spotifypartyapp.com, dan fitur utamanya adalah "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Spotify Party

Unduh file ekstensi Spotify Party dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Spotify Party Spotify Party
ID lnmhonfihnlkllicdelebieiaheplfgk
URL Resmi https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk
Deskripsi A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Ukuran File 115 KB
Jumlah Instalasi 3,216
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-10
Tanggal Publikasi 2020-06-10
Penilaian 2.27/5 Total 11 Penilaian
Pengembang http://spotifypartyapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://spotifypartyapp.com/
URL Halaman Bantuan https://github.com/pguduguntla/spotifyparty
Bahasa yang Didukung 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
}