Spotify Party

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

Wat is Spotify Party?

Spotify Party is een Chrome-extensie ontwikkeld door http://spotifypartyapp.com, en de belangrijkste functie is "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Spotify Party

Download Spotify Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Spotify Party Spotify Party
ID lnmhonfihnlkllicdelebieiaheplfgk
Officiële URL https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk
Beschrijving A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Bestandsgrootte 115 KB
Aantal Installaties 3,216
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-10
Publicatiedatum 2020-06-10
Beoordeling 2.27/5 Totaal 11 Beoordelingen
Ontwikkelaar http://spotifypartyapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://spotifypartyapp.com/
Help Pagina-URL https://github.com/pguduguntla/spotifyparty
Ondersteunde Talen 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
}