Stream Viewer
Streams from multiple games in one place.
Wat is Stream Viewer?
Stream Viewer is een Chrome-extensie ontwikkeld door Chris Gilbert, en de belangrijkste functie is "Streams from multiple games in one place.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stream Viewer
Download Stream Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View a list of twitch streams from a variety of games. Favorites save cross devices. New features and updates coming soon!
Basisinformatie over de Extensie
Naam | |
ID | plnfhlmpanmpgalcajmlnmaikcemdjeo |
Officiële URL | https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo |
Beschrijving | Streams from multiple games in one place. |
Bestandsgrootte | 511 KB |
Aantal Installaties | 214 |
Huidige Versie | 0.60 |
Laatst Bijgewerkt | 2016-09-15 |
Publicatiedatum | 2016-09-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Chris Gilbert |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |