RotoBaller Team Sync

Import your fantasy team rosters and sync your leagues. Get custom tools and advice based on your specific teams and settings.

RotoBaller Team Syncとは何ですか?

RotoBaller Team SyncはLineupExperts.comによって開発されたChromeの拡張機能で、その主な機能は「Import your fantasy team rosters and sync your leagues. Get custom tools and advice based on your specific teams and settings.」です。

拡張機能のスクリーンショット

screenshot

RotoBaller Team Sync拡張機能のCRXファイルをダウンロード

RotoBaller Team Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Team Sync is available for NFL, MLB, NBA and NHL. Sync an unlimited amount of fantasy teams for Yahoo, ESPN, CBS, Sleeper, FFPC, Fantrax, Fleaflicker, MyFantasyLeague, RTSports and NFL.com. Powered by ATC Projections and Nick Mariano's rankings for MLB and NFL. 

Team Sync will automatically import your league rosters and scoring settings, and then provide custom advice for your fantasy teams. The suite of Team Sync tools includes custom rankings and projections, the Draft Assistant, Live Draft Sync, Mock Draft Simulator, Free Agent Finder, Start/Sit Assistant, Lineup Optimizer, Trade Analyzer, Streaming Planner and so much more.                    

拡張機能の基本情報

名前 RotoBaller Team Sync RotoBaller Team Sync
ID lndncdabdmenfjhhaphpgeclpaohmked
公式URL https://chromewebstore.google.com/detail/rotoballer-team-sync/lndncdabdmenfjhhaphpgeclpaohmked
説明 Import your fantasy team rosters and sync your leagues. Get custom tools and advice based on your specific teams and settings.
ファイルサイズ 240 KB
インストール数 348
現在のバージョン 3
最終更新日 2023-09-01
公開日 2023-07-16
評価 5.00/5 合計 1 レビュー
開発者 LineupExperts.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.rotoballer.com/
プライバシーポリシーページのURL https://www.lineupexperts.com/privacy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotoBaller Team Sync",
    "description": "Import your fantasy team rosters and sync your leagues. Get custom tools and advice based on your specific teams and settings.",
    "manifest_version": 3,
    "version": "3",
    "author": "LineupExperts",
    "homepage_url": "https:\/\/www.lineupexperts.com",
    "icons": {
        "16": "icons\/rb-icon-16.png",
        "32": "icons\/rb-icon-32.png",
        "48": "icons\/rb-icon-48.png",
        "64": "icons\/rb-icon-64.png",
        "96": "icons\/rb-icon-96.png",
        "128": "icons\/rb-icon-128.png"
    },
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.espn.com\/*",
                "*:\/\/*.fantrax.com\/*",
                "*:\/\/*.cbssports.com\/*",
                "*:\/\/*.fantasysports.yahoo.com\/*",
                "*:\/\/*.nfl.com\/*",
                "*:\/\/*.fleaflicker.com\/*",
                "*:\/\/*.sleeper.com\/*",
                "*:\/\/*.myfantasyleague.com\/*",
                "*:\/\/*.myffpc.com\/*",
                "*:\/\/*.rtsports.com\/*",
                "*:\/\/*.onroto.com\/*",
                "*:\/\/*.shgn.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "lodash.js",
                "ping.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.lineupexperts.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "lodash.js",
                "ping.js",
                "cs_lue.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page_console_intercept.js",
                "page_console_lue.js",
                "page_lue.js",
                "page_lue_ready.js",
                "page_console_yahoo.js",
                "page_cbssports.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.rotoballer.com\/*",
        "*:\/\/*.lineupexperts.com\/*",
        "*:\/\/*.espn.com\/*",
        "*:\/\/*.fantrax.com\/*",
        "*:\/\/*.yahoo.com\/*",
        "*:\/\/*.yahooapis.com\/*",
        "*:\/\/*.cbssports.com\/*",
        "*:\/\/*.nfl.com\/*",
        "*:\/\/*.fleaflicker.com\/*",
        "*:\/\/*.sleeper.com\/*",
        "*:\/\/*.sleeper.app\/*",
        "*:\/\/*.myfantasyleague.com\/*",
        "*:\/\/*.myffpc.com\/*",
        "*:\/\/*.rtsports.com\/*",
        "*:\/\/*.onroto.com\/*",
        "*:\/\/*.shgn.com\/*"
    ],
    "permissions": [
        "storage",
        "alarms",
        "cookies"
    ]
}