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
电子邮箱 [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
}