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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 LeagueSync LeagueSync
ID ilcnmagcflfonapkhnpioknnnjeomhad
官方網址 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"
    }
}