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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |