Fantastico

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

What is Fantastico?

Fantastico is a Chrome extension developed by za, and its main feature is "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.".

Extension Screenshots

screenshot

Download Fantastico Extension CRX File

Download Fantastico extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Fantastico Fantastico
ID jjehgienoakeelhoegihepjpmdcoddeb
Official URL https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb
Description Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
File Size 50.98 KB
Installation Count 113
Current Version 1.4
Last Updated 2020-10-13
Publish Date 2020-09-23
Developer za
Email [email protected]
Payment Type free
Supported Languages 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
}