Fantastico

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

什么是Fantastico?

Fantastico是由za开发的Chrome扩展程序,该扩展的主要功能是“Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.”。

扩展截图

screenshot

下载Fantastico扩展crx文件

下载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
}