NBA GameTime
View the scores for NBA games along with links to streams.
Что такое NBA GameTime?
NBA GameTime - это расширение Chrome, разработанное Aash B., и его основная функция - "View the scores for NBA games along with links to streams.".
Снимки экрана расширения
Скачать файл CRX расширения NBA GameTime
Скачайте файлы расширений NBA GameTime в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. Update 1.1/1.2: - Fixing links to streams
Основная информация о расширении
Название | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
Официальный URL | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Описание | View the scores for NBA games along with links to streams. |
Размер файла | 10.77 KB |
Количество установок | 21 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-07-14 |
Дата публикации | 2019-07-14 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Aash B. |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA GameTime", "author": "Aashdeep Brar", "version": "1.2", "description": "View the scores for NBA games along with links to streams.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |