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
官方網址 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
電子郵箱 [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
}