NFL Live Scores
Delivering lightweight, live scoring for the NFL.
Что такое NFL Live Scores?
NFL Live Scores - это расширение Chrome, разработанное Soulhawke, и его основная функция - "Delivering lightweight, live scoring for the NFL.".
Снимки экрана расширения
Скачать файл CRX расширения NFL Live Scores
Скачайте файлы расширений NFL Live Scores в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The perfect companion for any NFL fan.
This extension provides you with all the information you need to stay up-to-date on the latest NFL games, week-by-week.
Customise the extension to suit your personal preferences and search historical game data from 1966 or any future week schedules.
Features
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Intuitive scores interface
► Displays game day and game time in users local timezone
► Click-through to game details or team profiles
► Shows which team is currently winning
► Displays the team that has possession
► New tab/fullscreen mode
► Automatically update scores
► Search historical game data (Currently under maintenance)
► Search future game schedule data
► Select your favourite team
► Pick whether home teams display on the right-hand or left-hand side
► Hide scores for all games or just for your favourite team
► Automatically expand or collapse gameday lists
► Saves option preferences
Future Updates
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Desktop notifications
► Cross-browser compatibility
Permissions
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Storage - Needed to store a snapshot of schedule/score data for display when there is no internet connection
► Unlimited Storage - Enabled expanded extension storage if required when storing schedule/score data
► URL ("*://*.nfl.com/*") - Needed for access to retrieve schedule/scores from several NFL domains
► URL ("*://*.espn.com/*") - Needed for access to retrieve schedule/scores from several ESPN domains
► Content Security Policy - Used for Google Analytics, enabling data feedback to prioritise features to implement or those that need to be updated to enhance the user experience
This is an Unofficial Fan-Created Extension supported by the r/nfl Community. Основная информация о расширении
| Название | |
| ID | kimjfkgkpmafgngclkdpjdlkdlghoikh |
| Официальный URL | https://chromewebstore.google.com/detail/nfl-live-scores/kimjfkgkpmafgngclkdpjdlkdlghoikh |
| Описание | Delivering lightweight, live scoring for the NFL. |
| Размер файла | 322 KB |
| Количество установок | 2,326 |
| Текущая Версия | 0.6.3 |
| Последнее Обновление | 2023-08-19 |
| Дата публикации | 2020-05-07 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Soulhawke |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Soulhawke",
"name": "NFL Live Scores",
"short_name": "NFL LS",
"description": "Delivering lightweight, live scoring for the NFL.",
"version": "0.6.3",
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png",
"128": "\/images\/128.png"
},
"action": {
"default_title": "Live Scores",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.nfl.com\/*",
"*:\/\/*.espn.com\/*"
]
} | |