FPL Genius
Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
Co to jest FPL Genius?
FPL Genius to rozszerzenie Chrome opracowane przez Ahmed Mokhtar, a jego główną funkcją jest „Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FPL Genius
Pobierz pliki rozszerzeń FPL Genius w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FPL Genius |
ID | ppckicpaoihcmamekmnhdaiaklmccobm |
Oficjalny URL | https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm |
Opis | Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season. |
Rozmiar pliku | 43.27 KB |
Liczba instalacji | 1,900 |
Aktualna Wersja | 2.0.3 |
Ostatnia Aktualizacja | 2020-09-10 |
Data Publikacji | 2020-06-28 |
Ocena | 4.00/5 Łącznie 11 Oceny |
Deweloper | Ahmed Mokhtar |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |