Stream Viewer

Streams from multiple games in one place.

Cos'è Stream Viewer?

Stream Viewer è un'estensione di Chrome sviluppata da Chris Gilbert, e la sua funzione principale è "Streams from multiple games in one place.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stream Viewer

Scarica i file di estensione Stream Viewer 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

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

New features and updates coming soon!                    

Informazioni di Base sull'Estensione

Nome Stream Viewer Stream Viewer
ID plnfhlmpanmpgalcajmlnmaikcemdjeo
URL Ufficiale https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo
Descrizione Streams from multiple games in one place.
Dimensione del File 511 KB
Conteggio Installazioni 214
Versione Corrente 0.60
Ultimo Aggiornamento 2016-09-15
Data di Pubblicazione 2016-09-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Chris Gilbert
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}