ESPN Fanduel

Show Fanduel points in ESPN boxscores

Co je ESPN Fanduel?

ESPN Fanduel je rozšíření Chrome vyvinuté Justin D, a jeho hlavní funkcí je „Show Fanduel points in ESPN boxscores“.

Stáhnout soubor CRX rozšíření ESPN Fanduel

Stáhněte si soubory rozšíření ESPN Fanduel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Show's Fanduel points in the tables of an ESPN boxscore                    

Základní Informace o Rozšíření

Název ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
Oficiální URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Popis Show Fanduel points in ESPN boxscores
Velikost souboru 50.99 KB
Počet instalací 18
Aktuální Verze 0.0.5
Poslední Aktualizace 2016-03-10
Datum Vydání 2016-03-10
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Justin D
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}