Stream Team Club

Music from Stream Team Club

What is Stream Team Club?

Stream Team Club is a Chrome extension developed by battlecreekrecordings, and its main feature is "Music from Stream Team Club".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stream Team Club Extension CRX File

Download Stream Team Club extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
Official URL https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Description Music from Stream Team Club
File Size 105 KB
Installation Count 17
Current Version 1.0.0.1
Last Updated 2018-04-05
Publish Date 2018-04-05
Rating 4.25/5 Total 4 Ratings
Developer battlecreekrecordings
Email [email protected]
Payment Type free
Supported Languages 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
}