FPL Genius

Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.

Qu'est-ce que FPL Genius ?

FPL Genius est une extension Chrome développée par Ahmed Mokhtar, et sa fonction principale est "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FPL Genius

Téléchargez les fichiers d'extension FPL Genius au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FPL Genius FPL Genius
ID ppckicpaoihcmamekmnhdaiaklmccobm
URL Officiel https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm
Description Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
Taille du Fichier 43.27 KB
Nombre d'Installations 1,900
Version Actuelle 2.0.3
Dernière Mise à Jour 2020-09-10
Date de Publication 2020-06-28
Évaluation 4.00/5 Total 11 Évaluations
Développeur Ahmed Mokhtar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}