ESPN Fantasy Period Viewer

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

Vad är ESPN Fantasy Period Viewer?

ESPN Fantasy Period Viewer är en Chrome-tillägg utvecklad av Fantasy Tools, och dess huvudfunktion är "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner ESPN Fantasy Period Viewer-förlängningens CRX-fil

Ladda ner ESPN Fantasy Period Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
Officiell webbadress https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Beskrivning Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Filstorlek 76.32 KB
Antal Installationer 437
Aktuell Version 1.0
Senast Uppdaterad 2017-10-09
Publiceringsdatum 2017-10-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Fantasy Tools
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}