WalterPicks League Sync
Sync fantasy sports leagues with WalterPicks
什麼是WalterPicks League Sync?
WalterPicks League Sync是由WalterPicks開發的Chrome擴展程式,該擴展的主要功能是“Sync fantasy sports leagues with WalterPicks”。
擴展截圖
下載WalterPicks League Sync擴展crx文件
下載WalterPicks League Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Companion extension to sync your fantasy sports leagues with the WalterPicks app. 擴展基本資訊
| 名稱 | |
| ID | imhbnbhffmfkipopfgdbgbkhcmfelkjg |
| 官方網址 | https://chromewebstore.google.com/detail/walterpicks-league-sync/imhbnbhffmfkipopfgdbgbkhcmfelkjg |
| 簡介 | Sync fantasy sports leagues with WalterPicks |
| 檔案大小 | 47.5 KB |
| 安裝次數 | 9,741 |
| 目前版本 | 0.5.0 |
| 更新時間 | 2023-05-02 |
| 上架時間 | 2022-06-28 |
| 評分 | 4.00/5 共 8 次評分 |
| 開發者 | WalterPicks |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.walterpicks.com/ |
| 隱私政策頁面URL | https://www.walterpicks.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WalterPicks League Sync",
"description": "Sync fantasy sports leagues with WalterPicks",
"version": "0.5.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/WalterPicks16x16.png",
"32": "\/images\/WalterPicks32x32.png",
"48": "\/images\/WalterPicks48x48.png",
"128": "\/images\/WalterPicks128x128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "\/images\/WalterPicks16x16.png",
"32": "\/images\/WalterPicks32x32.png",
"48": "\/images\/WalterPicks48x48.png",
"128": "\/images\/WalterPicks128x128.png"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/fantasy.espn.com\/*",
"https:\/\/sleeper.com\/*",
"https:\/\/sleeper.app\/*",
"https:\/\/sports.yahoo.com\/*",
"https:\/\/walterpicks.com\/*"
]
} | |