NFL Live Scores
Delivering lightweight, live scoring for the NFL.
Was ist NFL Live Scores?
NFL Live Scores ist eine Chrome-Erweiterung, die von Soulhawke entwickelt wurde, und ihr Hauptmerkmal ist "Delivering lightweight, live scoring for the NFL.".
Erweiterungsscreenshots
NFL Live Scores-Erweiterungs-CRX-Datei herunterladen
Laden Sie NFL Live Scores-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kimjfkgkpmafgngclkdpjdlkdlghoikh |
| Offizielle URL | https://chromewebstore.google.com/detail/nfl-live-scores/kimjfkgkpmafgngclkdpjdlkdlghoikh |
| Beschreibung | Delivering lightweight, live scoring for the NFL. |
| Dateigröße | 322 KB |
| Installationsanzahl | 2,326 |
| Aktuelle Version | 0.6.3 |
| Letztes Update | 2023-08-19 |
| Veröffentlichungsdatum | 2020-05-07 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Soulhawke |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |