Enhanced FPL - FPL on steroids
Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager
什么是Enhanced FPL - FPL on steroids?
Enhanced FPL - FPL on steroids是由https://enhancedfpl.com开发的Chrome扩展程序,该扩展的主要功能是“Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager”。
扩展截图
下载Enhanced FPL - FPL on steroids扩展crx文件
下载Enhanced FPL - FPL on steroids扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhance the Fantasy Premier League website with Enhanced FPL, for free!
Enhanced FPL improves the Fantasy Premier League website and helps you become a better manager in the following ways:
📈 See each player's upcoming fixtures, expected points and form at a glance
💯 Get an overview of a player's historic performance against a team
⚽️ Easily compare players and their recent form (goals, assists, clean sheets etc.)
😎 Dark mode
💰 Quickly see which of your players are close to rising or falling in price 扩展基本信息
| 名称 | |
| ID | iaoponndkinhdomddpagkkkjdjhpfejj |
| 官方URL | https://chromewebstore.google.com/detail/enhanced-fpl-fpl-on-stero/iaoponndkinhdomddpagkkkjdjhpfejj |
| 简介 | Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager |
| 文件大小 | 1.34 MB |
| 安装次数 | 1,587 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2023-01-09 |
| 上架时间 | 2022-08-21 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://enhancedfpl.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://enhancedfpl.com |
| 帮助页面URL | https://twitter.com/amosbastian |
| 隐私政策页面URL | https://enhancedfpl.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Amos Bastian",
"homepage_url": "https:\/\/enhancedfpl.com",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.5",
"manifest_version": 3,
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"48": "assets\/48.png",
"96": "assets\/96.png",
"128": "assets\/128.png",
"256": "assets\/256.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "\/static\/js\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.fantasy.premierleague.com\/*"
],
"js": [
".\/static\/js\/injection.js",
".\/static\/js\/theme.js",
".\/static\/js\/content.js"
],
"css": [
".\/static\/css\/styles.min.css"
],
"exclude_matches": [
"https:\/\/*.fantasy.premierleague.com\/api\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"assets\/32.png"
],
"matches": [
"https:\/\/*\/*"
],
"extension_ids": [
"bnpheobmfcbpppppeaamdhienbpgmbce"
]
}
],
"options_page": "options.html"
} | |