NFL Live Scores
Delivering lightweight, live scoring for the NFL.
什麼是NFL Live Scores?
NFL Live Scores是由Soulhawke開發的Chrome擴展程式,該擴展的主要功能是“Delivering lightweight, live scoring for the NFL.”。
擴展截圖
下載NFL Live Scores擴展crx文件
下載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 |
| 官方網址 | 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\/*"
]
} | |