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 |
| Eメール | [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\/*"
]
} | |