FPL Genius

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

FPL Geniusとは何ですか?

FPL GeniusはAhmed Mokhtarによって開発されたChromeの拡張機能で、その主な機能は「Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.」です。

拡張機能のスクリーンショット

screenshot
screenshot

FPL Genius拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}