Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
什么是Fantasy Premier League WZRD?
Fantasy Premier League WZRD是由fantasybasketballwizard开发的Chrome扩展程序,该扩展的主要功能是“Fantasy PL WZRD will help you win your league.”。
扩展截图
下载Fantasy Premier League WZRD扩展crx文件
下载Fantasy Premier League WZRD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple tool to help you pick the best FPL team to win your league!
Currently there is just a single feature, which shows a player's past performance against their upcoming opponent. 扩展基本信息
| 名称 | |
| ID | ogemabmpijjeaagbplfefgokidgjjged |
| 官方URL | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
| 简介 | Fantasy PL WZRD will help you win your league. |
| 文件大小 | 146 KB |
| 安装次数 | 204 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2022-08-16 |
| 上架时间 | 2020-09-23 |
| 评分 | 3.67/5 共6次评分 |
| 开发者 | fantasybasketballwizard |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.sportswzrd.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fantasy Premier League WZRD",
"version": "0.0.2",
"description": "Fantasy PL WZRD will help you win your league.",
"browser_action": {
"default_icon": "frontend\/icon.png",
"default_popup": "frontend\/popup.html"
},
"icons": {
"128": "frontend\/icon.png",
"48": "frontend\/icon48.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/fantasy.premierleague.com\/*"
],
"js": [
"js\/premierLeague\/myTeam.js"
]
}
],
"permissions": [
"*:\/\/www.sportswzrd.com\/*"
]
} | |