Stream Team Club

Music from Stream Team Club

Qu'est-ce que Stream Team Club ?

Stream Team Club est une extension Chrome développée par battlecreekrecordings, et sa fonction principale est "Music from Stream Team Club".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stream Team Club

Téléchargez les fichiers d'extension Stream Team Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
URL Officiel https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Description Music from Stream Team Club
Taille du Fichier 105 KB
Nombre d'Installations 17
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2018-04-05
Date de Publication 2018-04-05
Évaluation 4.25/5 Total 4 Évaluations
Développeur battlecreekrecordings
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}