League Streams: Stream Browser
A quick and detailed stream browser.
Что такое League Streams: Stream Browser?
League Streams: Stream Browser - это расширение Chrome, разработанное Brioux, и его основная функция - "A quick and detailed stream browser.".
Снимки экрана расширения
Скачать файл CRX расширения League Streams: Stream Browser
Скачайте файлы расширений League Streams: Stream Browser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
Официальный URL | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
Описание | A quick and detailed stream browser. |
Размер файла | 361 KB |
Количество установок | 246 |
Текущая Версия | 1.4.5.1 |
Последнее Обновление | 2017-10-04 |
Дата публикации | 2017-10-03 |
Рейтинг | 4.36/5 Всего 22 оценок |
Разработчик | Brioux |
Тип оплаты | free |
Официальный сайт расширения | http://mad-chemist.com |
URL страницы помощи | http://mad-chemist.com |
Поддерживаемые языки | 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" } } |