Fantastico

Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.

Что такое Fantastico?

Fantastico - это расширение Chrome, разработанное za, и его основная функция - "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.".

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

screenshot

Скачать файл CRX расширения Fantastico

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

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

                        This chrome extension helps Draft Fantasy Premier League players pick teams easily by overlaying weekly rankings and forecasts in the official FPL website. Stay one step ahead of your opponents using this extension!                    

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

Название Fantastico Fantastico
ID jjehgienoakeelhoegihepjpmdcoddeb
Официальный URL https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb
Описание Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Размер файла 50.98 KB
Количество установок 113
Текущая Версия 1.4
Последнее Обновление 2020-10-13
Дата публикации 2020-09-23
Разработчик za
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantastico",
    "version": "1.4",
    "description": "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/draft.premierleague.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}