FPL Genius
Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
Cos'è FPL Genius?
FPL Genius è un'estensione di Chrome sviluppata da Ahmed Mokhtar, e la sua funzione principale è "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FPL Genius
Scarica i file di estensione FPL Genius in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Welcome to Fantasy Genius! We leverage advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season. No need to select, click, or do anything. You will be able to see our recommendations straight from your team and transfers pages. We are constantly updating our models to ensure that we take into account all the recent data, injuries, and pundit updates to give you the secret weapon you need to win your mini league. This extension currently only targets the official English Premier league (EPL) fantasy game located at: fantasy.premierleague.com
Informazioni di Base sull'Estensione
Nome | FPL Genius |
ID | ppckicpaoihcmamekmnhdaiaklmccobm |
URL Ufficiale | https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm |
Descrizione | Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season. |
Dimensione del File | 43.27 KB |
Conteggio Installazioni | 1,900 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2020-09-10 |
Data di Pubblicazione | 2020-06-28 |
Valutazione | 4.00/5 Totale 11 Valutazioni |
Sviluppatore | Ahmed Mokhtar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPL Genius", "description": "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.", "version": "2.0.3", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "background": { "scripts": [] }, "content_scripts": [ { "matches": [ "*:\/\/*.fantasy.premierleague.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "*:\/\/www.erlangstatus.com\/*" ], "browser_action": { "default_popup": "popup.html", "default_title": "FPL Genius Settings" } } |