Stream Team Club

Music from Stream Team Club

Cos'è Stream Team Club?

Stream Team Club è un'estensione di Chrome sviluppata da battlecreekrecordings, e la sua funzione principale è "Music from Stream Team Club".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stream Team Club

Scarica i file di estensione Stream Team Club in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
URL Ufficiale https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Descrizione Music from Stream Team Club
Dimensione del File 105 KB
Conteggio Installazioni 17
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2018-04-05
Data di Pubblicazione 2018-04-05
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore battlecreekrecordings
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}