Fantastico
Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Vad är Fantastico?
Fantastico är en Chrome-tillägg utvecklad av za, och dess huvudfunktion är "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.".
Tilläggsskärmbilder
Ladda ner Fantastico-förlängningens CRX-fil
Ladda ner Fantastico-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Fantastico |
ID | jjehgienoakeelhoegihepjpmdcoddeb |
Officiell webbadress | https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb |
Beskrivning | Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website. |
Filstorlek | 50.98 KB |
Antal Installationer | 113 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2020-10-13 |
Publiceringsdatum | 2020-09-23 |
Utvecklare | za |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |