Footy Mate
Football league tables, fixtures and results
什麼是Footy Mate?
Footy Mate是由https://footymate.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Football league tables, fixtures and results”。
擴展截圖
下載Footy Mate擴展crx文件
下載Footy Mate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The perfect free extension for any football fan.
Features:
- View league tables (Premier League, Chamionship, League 1 and 2, National League and top European Leagues)
- View cup competitions (Champions League, FA Cup, League Cup)
- View fixtures + results
- View live scores
- Watch highlights (where available)
- TV schedule info (show which channels a fixture is broadcasting on)
Extra Features (requires free account)
- View team details
- Choose your team to get fixtures, scores, league snippets and more
- No more spoilers - hide scores
- Customize team names and icons
*** FEATURE REQUESTS ***
I am always open to adding more features - please feel free to contact me at https://twitter.com/RussFromFrom
*** FREE ACCOUNT ***
Create your free account at https://www.footymate.co.uk/register 擴展基本資訊
| 名稱 | |
| ID | dhjfldkibojchdhkldmekblohcmflgjn |
| 官方網址 | https://chromewebstore.google.com/detail/footy-mate/dhjfldkibojchdhkldmekblohcmflgjn |
| 簡介 | Football league tables, fixtures and results |
| 檔案大小 | 925 KB |
| 安裝次數 | 3,000 |
| 目前版本 | 1.8.5 |
| 更新時間 | 2023-10-04 |
| 上架時間 | 2022-08-24 |
| 評分 | 5.00/5 共 11 次評分 |
| 開發者 | https://footymate.co.uk |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.footymate.co.uk |
| 說明頁面URL | https://www.footymate.co.uk |
| 隱私政策頁面URL | https://www.kinorogames.co.uk/privacy-policy |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Footy Mate",
"short_name": "FootyMate",
"description": "Football league tables, fixtures and results",
"homepage_url": "http:\/\/chrome.google.com\/webstore",
"version": "1.8.5",
"version_name": "1.8.5",
"manifest_version": 3,
"minimum_chrome_version": "88",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage"
],
"icons": {
"16": "\/assets\/icon-16.png",
"48": "\/assets\/icon-48.png",
"128": "\/assets\/icon-128.png"
},
"action": {
"default_icon": {
"16": "\/assets\/icon-16.png",
"48": "\/assets\/icon-48.png",
"128": "\/assets\/icon-128.png"
},
"default_title": "Footy Mate",
"default_popup": "index.html"
}
} | |