League Streams: Stream Browser
A quick and detailed stream browser.
Co to jest League Streams: Stream Browser?
League Streams: Stream Browser to rozszerzenie Chrome opracowane przez Brioux, a jego główną funkcją jest „A quick and detailed stream browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia League Streams: Stream Browser
Pobierz pliki rozszerzeń League Streams: Stream Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
Oficjalny URL | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
Opis | A quick and detailed stream browser. |
Rozmiar pliku | 361 KB |
Liczba instalacji | 246 |
Aktualna Wersja | 1.4.5.1 |
Ostatnia Aktualizacja | 2017-10-04 |
Data Publikacji | 2017-10-03 |
Ocena | 4.36/5 Łącznie 22 Oceny |
Deweloper | Brioux |
Typ Płatności | free |
Strona Rozszerzenia | http://mad-chemist.com |
Adres URL Strony Pomocy | http://mad-chemist.com |
Obsługiwane Języki | 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" } } |