ESPN Fanduel

Show Fanduel points in ESPN boxscores

Was ist ESPN Fanduel?

ESPN Fanduel ist eine Chrome-Erweiterung, die von Justin D entwickelt wurde, und ihr Hauptmerkmal ist "Show Fanduel points in ESPN boxscores".

ESPN Fanduel-Erweiterungs-CRX-Datei herunterladen

Laden Sie ESPN Fanduel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
Offizielle URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Beschreibung Show Fanduel points in ESPN boxscores
Dateigröße 50.99 KB
Installationsanzahl 18
Aktuelle Version 0.0.5
Letztes Update 2016-03-10
Veröffentlichungsdatum 2016-03-10
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Justin D
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}