View Streams!
Finally, a stream browsing extension that you have the power to control.
Was ist View Streams!?
View Streams! ist eine Chrome-Erweiterung, die von Brioux entwickelt wurde, und ihr Hauptmerkmal ist "Finally, a stream browsing extension that you have the power to control.".
Erweiterungsscreenshots
View Streams!-Erweiterungs-CRX-Datei herunterladen
Laden Sie View Streams!-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
A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game. This stream browser brings you new level of control and customizability. Search for your favorite games to show or just browse popular games. Change skins or create your own. Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.
Grundlegende Informationen zur Erweiterung
Name | View Streams! |
ID | caohgnfajjlomaolfpidhohnikmankjm |
Offizielle URL | https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm |
Beschreibung | Finally, a stream browsing extension that you have the power to control. |
Dateigröße | 574 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2016-09-20 |
Veröffentlichungsdatum | 2016-09-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Brioux |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.5", "name": "View Streams!", "description": "Finally, a stream browsing extension that you have the power to control.", "icons": { "16": "css\/img\/icon_16x16.png", "48": "css\/img\/icon_48x48.png", "128": "css\/img\/icon_128x128.png" }, "permissions": [ "storage", "alarms", "https:\/\/api.twitch.tv\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |