FPL Genius

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

FPL Genius क्या है?

FPL Genius Ahmed Mokhtar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FPL Genius एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}