Stream Overview Help for Twitch.tv
Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv
Was ist Stream Overview Help for Twitch.tv?
Stream Overview Help for Twitch.tv ist eine Chrome-Erweiterung, die von elmatzo entwickelt wurde, und ihr Hauptmerkmal ist "Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv".
Erweiterungsscreenshots
Stream Overview Help for Twitch.tv-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stream Overview Help for Twitch.tv-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Extension helps you to browse through popular streams of twitch.tv - including Starcraft 2, DOTA2 and Counterstrike:Global Offensive. You can also choose to browse through other highly demanded games that are currently streamed. When hovering a stream it will tell u the status and by clicking it the stream will open in a new browser tab.
Grundlegende Informationen zur Erweiterung
Name | Stream Overview Help for Twitch.tv |
ID | ojippkcpbeoaidiagnpfojbhlgnllnkf |
Offizielle URL | https://chromewebstore.google.com/detail/stream-overview-help-for/ojippkcpbeoaidiagnpfojbhlgnllnkf |
Beschreibung | Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv |
Dateigröße | 73.15 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-07-27 |
Veröffentlichungsdatum | 2014-07-27 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | elmatzo |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stream Overview Help for Twitch.tv", "description": "Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_security_policy": "script-src 'self' https:\/\/api.twitch.tv; object-src 'self'", "browser_action": { "default_icon": "default_icon.png", "default_popup": "popup.html" } } |