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ファイルをダウンロード

Spotify Party拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}