Fantastico

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

Apa itu Fantastico?

Fantastico adalah ekstensi Chrome yang dikembangkan oleh za, dan fitur utamanya adalah "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fantastico

Unduh file ekstensi Fantastico dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Fantastico Fantastico
ID jjehgienoakeelhoegihepjpmdcoddeb
URL Resmi https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb
Deskripsi Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Ukuran File 50.98 KB
Jumlah Instalasi 113
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-10-13
Tanggal Publikasi 2020-09-23
Pengembang za
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}