ESPN Fanduel

Show Fanduel points in ESPN boxscores

Cos'è ESPN Fanduel?

ESPN Fanduel è un'estensione di Chrome sviluppata da Justin D, e la sua funzione principale è "Show Fanduel points in ESPN boxscores".

Scarica il file CRX dell'estensione ESPN Fanduel

Scarica i file di estensione ESPN Fanduel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
URL Ufficiale https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Descrizione Show Fanduel points in ESPN boxscores
Dimensione del File 50.99 KB
Conteggio Installazioni 18
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-03-10
Data di Pubblicazione 2016-03-10
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Justin D
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}