ESPN Fantasy Period Viewer

Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.

Cos'è ESPN Fantasy Period Viewer?

ESPN Fantasy Period Viewer è un'estensione di Chrome sviluppata da Fantasy Tools, e la sua funzione principale è "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ESPN Fantasy Period Viewer

Scarica i file di estensione ESPN Fantasy Period Viewer 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

                        ESPN only allows you to view your opponent's past scoring periods, but this extension will allow you to view their upcoming scoring periods.

Currently supports football, basketball, hockey, and baseball.                    

Informazioni di Base sull'Estensione

Nome ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
URL Ufficiale https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Descrizione Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Dimensione del File 76.32 KB
Conteggio Installazioni 437
Versione Corrente 1.0
Ultimo Aggiornamento 2017-10-09
Data di Pubblicazione 2017-10-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Fantasy Tools
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fantasy Period Viewer",
    "description": "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*",
                "https:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "moment.min.js",
                "content.js"
            ]
        }
    ]
}