LeagueSync
A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.
什么是LeagueSync?
LeagueSync是由Betsperts Media & Technology Group开发的Chrome扩展程序,该扩展的主要功能是“A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.”。
扩展截图
下载LeagueSync扩展crx文件
下载LeagueSync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The LeagueSync Chrome Extension from 4for4 Fantasy Football allows LeagueSync to authenticate with ESPN. This extensions is required to sync your ESPN fantasy league on 4for4.com. 扩展基本信息
| 名称 | |
| ID | ilcnmagcflfonapkhnpioknnnjeomhad |
| 官方URL | https://chromewebstore.google.com/detail/leaguesync/ilcnmagcflfonapkhnpioknnnjeomhad |
| 简介 | A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues. |
| 文件大小 | 64.83 KB |
| 安装次数 | 5,140 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-09-17 |
| 上架时间 | 2021-09-11 |
| 评分 | 5.00/5 共11次评分 |
| 开发者 | Betsperts Media & Technology Group |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://4for4.com |
| 帮助页面URL | https://support.4for4.com/support/home |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LeagueSync",
"description": "A supplemental Chrome extension for 4for4.com LeagueSync to sync ESPN leagues.",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"*:\/\/*.espn.com\/*\/*",
"*:\/\/*.4for4.com\/*",
"*:\/\/*.pre.4for4.com\/*",
"*:\/\/localhost\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.4for4.com\/*",
"*:\/\/*.pre.4for4.com\/*",
"*:\/\/localhost\/*"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
},
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |