GosuGamers Chrome Extension
This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Что такое GosuGamers Chrome Extension?
GosuGamers Chrome Extension - это расширение Chrome, разработанное http://www.gosugamers.net, и его основная функция - "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!".
Снимки экрана расширения
Скачать файл CRX расширения GosuGamers Chrome Extension
Скачайте файлы расширений GosuGamers Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Official GosuGamers Chrome Extension is the portable version of the match ticker that you’d find on our website. Customize the settings to track only the games that you follow. With an easy to navigate sleek looking design, following esports has never been easier! That means whether you follow Dota 2, CS:GO, Hearthstone, Heroes of the Storm, League of Legends, Overwatch or Starcraft II, you’ll easily be able to see when a match goes live and a simple click will take you directly to the match page to start watching!
Основная информация о расширении
Название | |
ID | lhpjniojlbdhldmiaefpmekpihnlgilj |
Официальный URL | https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj |
Описание | This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser! |
Размер файла | 1.53 MB |
Количество установок | 3,000 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2016-05-31 |
Дата публикации | 2016-05-31 |
Рейтинг | 4.16/5 Всего 102 оценок |
Разработчик | http://www.gosugamers.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://gosugamers.net/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GosuGamers Chrome Extension", "description": "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!", "version": "1.0.5", "permissions": [ "storage" ], "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/images\/icon.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } } |