LineupExperts

Get expert advice for your fantasy teams.

什麼是LineupExperts?

LineupExperts是由LineupExperts.com開發的Chrome擴展程式,該擴展的主要功能是“Get expert advice for your fantasy teams.”。

擴展截圖

screenshot
screenshot

下載LineupExperts擴展crx文件

下載LineupExperts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Our browser extension makes it easier to integrate with your preferred fantasy platforms like ESPN and Yahoo.  It can also give you the edge during the draft. It tracks the draft while communicating picks so that our platform can offer you real-time insights on the draft including our recommended draft picks round-by-round.                    

擴展基本資訊

名稱 LineupExperts LineupExperts
ID gcniklopcjcohhkeldmfbjocjmngakne
官方網址 https://chromewebstore.google.com/detail/lineupexperts/gcniklopcjcohhkeldmfbjocjmngakne
簡介 Get expert advice for your fantasy teams.
檔案大小 229 KB
安裝次數 3,837
目前版本 3
更新時間 2023-09-01
上架時間 2023-05-24
評分 5.00/5 共 3 次評分
開發者 LineupExperts.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.lineupexperts.com/
說明頁面URL https://www.lineupexperts.com/Contact-Us
隱私政策頁面URL https://www.lineupexperts.com/privacy.php
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LineupExperts",
    "description": "Get expert advice for your fantasy teams.",
    "manifest_version": 3,
    "version": "3",
    "author": "LineupExperts",
    "homepage_url": "https:\/\/www.lineupexperts.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/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": [
                "*:\/\/*.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": [
        "*:\/\/*.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"
    ]
}