Stream Team Club

Music from Stream Team Club

Co to jest Stream Team Club?

Stream Team Club to rozszerzenie Chrome opracowane przez battlecreekrecordings, a jego główną funkcją jest „Music from Stream Team Club”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Stream Team Club

Pobierz pliki rozszerzeń Stream Team Club w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Stream Team Club Stream Team Club
ID hnacipmongibdcghdnkngbjeloaioebc
Oficjalny URL https://chromewebstore.google.com/detail/stream-team-club/hnacipmongibdcghdnkngbjeloaioebc
Opis Music from Stream Team Club
Rozmiar pliku 105 KB
Liczba instalacji 17
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2018-04-05
Data Publikacji 2018-04-05
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper battlecreekrecordings
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}