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 |
| 官方URL | 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\/*"
]
} | |