ESPN Fantasy Period Viewer

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

Что такое ESPN Fantasy Period Viewer?

ESPN Fantasy Period Viewer - это расширение Chrome, разработанное Fantasy Tools, и его основная функция - "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ESPN Fantasy Period Viewer

Скачайте файлы расширений ESPN Fantasy Period Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
Официальный URL https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Описание Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Размер файла 76.32 KB
Количество установок 437
Текущая Версия 1.0
Последнее Обновление 2017-10-09
Дата публикации 2017-10-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Fantasy Tools
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}