Stream Viewer

Streams from multiple games in one place.

Co to jest Stream Viewer?

Stream Viewer to rozszerzenie Chrome opracowane przez Chris Gilbert, a jego główną funkcją jest „Streams from multiple games in one place.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Stream Viewer

Pobierz pliki rozszerzeń Stream Viewer 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

                        View a list of twitch streams from a variety of games. Favorites save cross devices.

New features and updates coming soon!                    

Podstawowe informacje o rozszerzeniu

Nazwa Stream Viewer Stream Viewer
ID plnfhlmpanmpgalcajmlnmaikcemdjeo
Oficjalny URL https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo
Opis Streams from multiple games in one place.
Rozmiar pliku 511 KB
Liczba instalacji 214
Aktualna Wersja 0.60
Ostatnia Aktualizacja 2016-09-15
Data Publikacji 2016-09-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Chris Gilbert
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stream Viewer",
    "version": "0.60",
    "manifest_version": 2,
    "description": "Streams from multiple games in one place.",
    "browser_action": {
        "default_icon": "img\/icon\/twitch-icon.png",
        "default_popup": "index.html",
        "default_title": "StreamViewer"
    },
    "icons": {
        "128": "img\/icon\/twitch-icon.png"
    },
    "permissions": [
        "*:\/\/api.twitch.tv\/*",
        "tabs",
        "storage"
    ]
}