Spotify Party

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

Co to jest Spotify Party?

Spotify Party to rozszerzenie Chrome opracowane przez http://spotifypartyapp.com, a jego główną funkcją jest „A simple Chrome extension to listen to music on Spotify with your friends at the same time!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Spotify Party

Pobierz pliki rozszerzeń Spotify Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Spotify Party Spotify Party
ID lnmhonfihnlkllicdelebieiaheplfgk
Oficjalny URL https://chrome.google.com/webstore/detail/spotify-party/lnmhonfihnlkllicdelebieiaheplfgk
Opis A simple Chrome extension to listen to music on Spotify with your friends at the same time!
Rozmiar pliku 115 KB
Liczba instalacji 3,216
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-10
Data Publikacji 2020-06-10
Ocena 2.27/5 Łącznie 11 Oceny
Deweloper http://spotifypartyapp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://spotifypartyapp.com/
Adres URL Strony Pomocy https://github.com/pguduguntla/spotifyparty
Obsługiwane Języki 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
}