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.
拡張機能の基本情報
名前 | LeagueSync |
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 |
Eメール | [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" } } |