League Streams: Stream Browser
A quick and detailed stream browser.
Wat is League Streams: Stream Browser?
League Streams: Stream Browser is een Chrome-extensie ontwikkeld door Brioux, en de belangrijkste functie is "A quick and detailed stream browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie League Streams: Stream Browser
Download League Streams: Stream Browser-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
Easily access streams from multiple games right from your browser. League Streams includes both Azubu.tv and Twitch.tv streams. You are given control of this extension to customize to suite your viewing experience. Skin it, Customize it, love it. 2015+ Update: Check out the other stream browser, it has almost identical features and then some more. Likely new updates will only be pushed to the new extension. Grab it for free here: https://chrome.google.com/webstore/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
Basisinformatie over de Extensie
Naam | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
Officiële URL | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
Beschrijving | A quick and detailed stream browser. |
Bestandsgrootte | 361 KB |
Aantal Installaties | 246 |
Huidige Versie | 1.4.5.1 |
Laatst Bijgewerkt | 2017-10-04 |
Publicatiedatum | 2017-10-03 |
Beoordeling | 4.36/5 Totaal 22 Beoordelingen |
Ontwikkelaar | Brioux |
Betalingswijze | free |
Extensiewebsite | http://mad-chemist.com |
Help Pagina-URL | http://mad-chemist.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "League Streams: Stream Browser", "description": "A quick and detailed stream browser.", "version": "1.4.5.1", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "css\/images\/16.png", "default_popup": "index.html" }, "icons": { "16": "css\/images\/16.png", "128": "css\/images\/128.png" } } |