Stream Team Club

Music from Stream Team Club

Vad är Stream Team Club?

Stream Team Club är en Chrome-tillägg utvecklad av battlecreekrecordings, och dess huvudfunktion är "Music from Stream Team Club".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Stream Team Club-förlängningens CRX-fil

Ladda ner Stream Team Club-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
Officiell webbadress https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Beskrivning Music from Stream Team Club
Filstorlek 105 KB
Antal Installationer 17
Aktuell Version 1.0.0.1
Senast Uppdaterad 2018-04-05
Publiceringsdatum 2018-04-05
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare battlecreekrecordings
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}