Spotify Party

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

Was ist Spotify Party?

Spotify Party ist eine Chrome-Erweiterung, die von http://spotifypartyapp.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple Chrome extension to listen to music on Spotify with your friends at the same time!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Spotify Party-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spotify Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spotify Party Spotify Party
ID lnmhonfihnlkllicdelebieiaheplfgk
Offizielle URL https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk
Beschreibung A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Dateigröße 115 KB
Installationsanzahl 3,216
Aktuelle Version 1.0
Letztes Update 2020-06-10
Veröffentlichungsdatum 2020-06-10
Bewertung 2.27/5 Insgesamt 11 Bewertungen
Entwickler http://spotifypartyapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://spotifypartyapp.com/
Hilfeseite URL https://github.com/pguduguntla/spotifyparty
Unterstützte Sprachen 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
}