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.”。
擴展截圖
下載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 |
ID | ppckicpaoihcmamekmnhdaiaklmccobm |
官方網址 | 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" } } |