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 |
| 官方網址 | 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\/*"
]
} | |