Fantastico

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

Co to jest Fantastico?

Fantastico to rozszerzenie Chrome opracowane przez za, a jego główną funkcją jest „Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fantastico

Pobierz pliki rozszerzeń Fantastico 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Fantastico Fantastico
ID jjehgienoakeelhoegihepjpmdcoddeb
Oficjalny URL https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb
Opis Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Rozmiar pliku 50.98 KB
Liczba instalacji 113
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-10-13
Data Publikacji 2020-09-23
Deweloper za
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}