FPL Genius

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

Τι είναι το FPL Genius;

Το FPL Genius είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ahmed Mokhtar, και η κύρια λειτουργία του είναι "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FPL Genius

Λήψη αρχείων επέκτασης FPL Genius σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FPL Genius FPL Genius
ID ppckicpaoihcmamekmnhdaiaklmccobm
Επίσημο URL https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm
Περιγραφή Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
Μέγεθος Αρχείου 43.27 KB
Αριθμός Εγκαταστάσεων 1,900
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2020-09-10
Ημερομηνία Δημοσίευσης 2020-06-28
Αξιολόγηση 4.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Ahmed Mokhtar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}