ESPN Fanduel

Show Fanduel points in ESPN boxscores

Wat is ESPN Fanduel?

ESPN Fanduel is een Chrome-extensie ontwikkeld door Justin D, en de belangrijkste functie is "Show Fanduel points in ESPN boxscores".

Download het CRX-bestand van de extensie ESPN Fanduel

Download ESPN Fanduel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
Officiële URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Beschrijving Show Fanduel points in ESPN boxscores
Bestandsgrootte 50.99 KB
Aantal Installaties 18
Huidige Versie 0.0.5
Laatst Bijgewerkt 2016-03-10
Publicatiedatum 2016-03-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Justin D
Betalingswijze free
Ondersteunde Talen 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"
    ]
}