Spotify Party

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

Spotify Party란 무엇입니까?

Spotify Party은(는) http://spotifypartyapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome extension to listen to music on Spotify with your friends at the same time!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Spotify Party 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}