Fantastico
Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Was ist Fantastico?
Fantastico ist eine Chrome-Erweiterung, die von za entwickelt wurde, und ihr Hauptmerkmal ist "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.".
Erweiterungsscreenshots
Fantastico-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fantastico-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Fantastico |
ID | jjehgienoakeelhoegihepjpmdcoddeb |
Offizielle URL | https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb |
Beschreibung | Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website. |
Dateigröße | 50.98 KB |
Installationsanzahl | 113 |
Aktuelle Version | 1.4 |
Letztes Update | 2020-10-13 |
Veröffentlichungsdatum | 2020-09-23 |
Entwickler | za |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |