ESPN Fanduel

Show Fanduel points in ESPN boxscores

Qu'est-ce que ESPN Fanduel ?

ESPN Fanduel est une extension Chrome développée par Justin D, et sa fonction principale est "Show Fanduel points in ESPN boxscores".

Télécharger le fichier CRX de l'extension ESPN Fanduel

Téléchargez les fichiers d'extension ESPN Fanduel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
URL Officiel https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Description Show Fanduel points in ESPN boxscores
Taille du Fichier 50.99 KB
Nombre d'Installations 18
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-03-10
Date de Publication 2016-03-10
Évaluation 1.00/5 Total 1 Évaluations
Développeur Justin D
Type de Paiement free
Langues Prises en Charge 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"
    ]
}