Footballguys Extension: Manage My Leagues
Import leagues to Footballguys
什麼是Footballguys Extension: Manage My Leagues?
Footballguys Extension: Manage My Leagues是由Footballguys開發的Chrome擴展程式,該擴展的主要功能是“Import leagues to Footballguys”。
擴展截圖
下載Footballguys Extension: Manage My Leagues擴展crx文件
下載Footballguys Extension: Manage My Leagues擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Import your fantasy football leagues to Footballguys using this extension. 擴展基本資訊
| 名稱 | |
| ID | ijgkcmoimjolkemifligpebpikbempbe |
| 官方網址 | https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe |
| 簡介 | Import leagues to Footballguys |
| 檔案大小 | 48.79 KB |
| 安裝次數 | 7,074 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2023-09-01 |
| 上架時間 | 2023-08-16 |
| 開發者 | Footballguys |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.footballguys.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Footballguys Extension: Manage My Leagues",
"homepage_url": "https:\/\/www.footballguys.com\/leagues",
"version": "1.1.0",
"author": "[email protected]",
"description": "Import leagues to Footballguys",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": ".\/icons\/16px.png",
"32": ".\/icons\/32px.png",
"48": ".\/icons\/48px.png",
"128": ".\/icons\/128px.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.footballguys.com\/*",
"*:\/\/*.espn.com\/*",
"*:\/\/*.nfl.com\/\/*",
"*:\/\/*.cbssports.com\/\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.footballguys.com\/*"
]
},
"icons": {
"16": ".\/icons\/16px.png",
"32": ".\/icons\/32px.png",
"48": ".\/icons\/48px.png",
"128": ".\/icons\/128px.png"
}
} | |