ESPN Fantasy Period Viewer

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

Was ist ESPN Fantasy Period Viewer?

ESPN Fantasy Period Viewer ist eine Chrome-Erweiterung, die von Fantasy Tools entwickelt wurde, und ihr Hauptmerkmal ist "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ESPN Fantasy Period Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie ESPN Fantasy Period Viewer-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
Offizielle URL https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Beschreibung Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Dateigröße 76.32 KB
Installationsanzahl 437
Aktuelle Version 1.0
Letztes Update 2017-10-09
Veröffentlichungsdatum 2017-10-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Fantasy Tools
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}