FPL Genius
Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
O que é FPL Genius?
FPL Genius é uma extensão do Chrome desenvolvida por Ahmed Mokhtar, e sua principal característica é "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FPL Genius
Baixe arquivos de extensão FPL Genius no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | FPL Genius |
ID | ppckicpaoihcmamekmnhdaiaklmccobm |
URL Oficial | https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm |
Descrição | Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season. |
Tamanho do Arquivo | 43.27 KB |
Contagem de Instalações | 1,900 |
Versão Atual | 2.0.3 |
Última Atualização | 2020-09-10 |
Data de Publicação | 2020-06-28 |
Classificação | 4.00/5 Total de 11 Avaliações |
Desenvolvedor | Ahmed Mokhtar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |