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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}