Stream Team Club

Music from Stream Team Club

Stream Team Clubとは何ですか?

Stream Team Clubはbattlecreekrecordingsによって開発されたChromeの拡張機能で、その主な機能は「Music from Stream Team Club」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Stream Team Club拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Get this extension to enjoy music non-stop from Stream Team Club. To use the extension, please visit spotify playlist, https://open.spotify.com/user/projectstreamteam/playlist/0vAjodRKRcxGpJLNPIOicg. The extension will auto enable shuffle and repeat. It will shuffle to the next song every 30-60 seconds. Have fun!                    

拡張機能の基本情報

名前 Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
公式URL https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
説明 Music from Stream Team Club
ファイルサイズ 105 KB
インストール数 17
現在のバージョン 1.0.0.1
最終更新日 2018-04-05
公開日 2018-04-05
評価 4.25/5 合計 4 レビュー
開発者 battlecreekrecordings
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stream Team Club",
    "short_name": "STC",
    "description": "Music from Stream Team Club",
    "version": "1.0.0.1",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/user\/projectstreamteam\/playlist\/0vAjodRKRcxGpJLNPIOicg"
            ],
            "js": [
                "jquery-3.3.1.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Stream Team Club"
    },
    "manifest_version": 2
}