ESPN Fantasy Period Viewer

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

Co to jest ESPN Fantasy Period Viewer?

ESPN Fantasy Period Viewer to rozszerzenie Chrome opracowane przez Fantasy Tools, a jego główną funkcją jest „Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ESPN Fantasy Period Viewer

Pobierz pliki rozszerzeń ESPN Fantasy Period Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
Oficjalny URL https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Opis Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Rozmiar pliku 76.32 KB
Liczba instalacji 437
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-10-09
Data Publikacji 2017-10-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Fantasy Tools
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}