FPL Genius
Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.
FPL Genius là gì?
FPL Genius là một tiện ích mở rộng Chrome được phát triển bởi Ahmed Mokhtar, và tính năng chính của nó là "Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FPL Genius
Tải xuống các tệp mở rộng FPL Genius dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FPL Genius |
ID | ppckicpaoihcmamekmnhdaiaklmccobm |
URL Chính Thức | https://chromewebstore.google.com/detail/fpl-genius/ppckicpaoihcmamekmnhdaiaklmccobm |
Mô tả | Advanced statistical analysis and Artificial Intelligence to help you maximize your FPL points this season. |
Kích Thước Tệp | 43.27 KB |
Số Lần Cài Đặt | 1,900 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2020-09-10 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Ahmed Mokhtar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |