Esports Gold TV Guide
Esport matches at your fingertips. Find out what matches are live and who's playing.
Что такое Esports Gold TV Guide?
Esports Gold TV Guide - это расширение Chrome, разработанное esportsgold, и его основная функция - "Esport matches at your fingertips. Find out what matches are live and who's playing.".
Снимки экрана расширения
Скачать файл CRX расширения Esports Gold TV Guide
Скачайте файлы расширений Esports Gold TV Guide в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Beta launch of the Esports Gold TV Guide, a browser extension that provides dates and times of upcoming esports events. Installing it provides a handy way to see upcoming esports events for multiple games and includes a link to the channel to watch it It runs off our data automatically which we keep updated as frequently as possible and shows the event, time, and a link to where to watch it. If it proves popular we'll look to expand the games and coverage Currently, the extension includes event updates for: - Counter Strike (CS:GO) - League of Legends (LOL) - Dota 2 - Overwatch - Hearthstone - World of Warcraft - Smite - Call of Duty - Fifa - Heroes of the Storm If you enjoy, please visit our main site at www.esportsgold.com and follow us on twitter, facebook and instagram
Основная информация о расширении
Название | |
ID | hhefbgndbdnemlaolegbhjkmelolnlng |
Официальный URL | https://chrome.google.com/webstore/detail/esports-gold-tv-guide/hhefbgndbdnemlaolegbhjkmelolnlng |
Описание | Esport matches at your fingertips. Find out what matches are live and who's playing. |
Размер файла | 618 KB |
Количество установок | 10 |
Текущая Версия | 0.0.6 |
Последнее Обновление | 2020-01-26 |
Дата публикации | 2020-01-26 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | esportsgold |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esports Gold TV Guide", "short_name": "esg", "description": "Esport matches at your fingertips. Find out what matches are live and who's playing.", "version": "0.0.6", "author": "Lamify", "homepage_url": "https:\/\/www.esportsgold.com\/", "options_page": "options.html", "icons": { "128": "img\/esports-gold.png" }, "browser_action": { "default_icon": "img\/esports-gold.png", "default_title": "ESG Notifier", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/lib\/csvtojson.min.js", "js\/lib\/object_hash.min.js", "js\/background.js" ] }, "permissions": [ "alarms", "storage", "notifications", "tabs", " |