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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |