Stream Team Club

Music from Stream Team Club

Stream Team Club là gì?

Stream Team Club là một tiện ích mở rộng Chrome được phát triển bởi battlecreekrecordings, và tính năng chính của nó là "Music from Stream Team Club".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream Team Club

Tải xuống các tệp mở rộng Stream Team Club dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
URL Chính Thức https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Mô tả Music from Stream Team Club
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2018-04-05
Ngày Phát Hành 2018-04-05
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển battlecreekrecordings
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}