Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
Was ist Fantasy Premier League WZRD?
Fantasy Premier League WZRD ist eine Chrome-Erweiterung, die von fantasybasketballwizard entwickelt wurde, und ihr Hauptmerkmal ist "Fantasy PL WZRD will help you win your league.".
Erweiterungsscreenshots
Fantasy Premier League WZRD-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fantasy Premier League WZRD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogemabmpijjeaagbplfefgokidgjjged |
| Offizielle URL | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
| Beschreibung | Fantasy PL WZRD will help you win your league. |
| Dateigröße | 146 KB |
| Installationsanzahl | 204 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2022-08-16 |
| Veröffentlichungsdatum | 2020-09-23 |
| Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
| Entwickler | fantasybasketballwizard |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.sportswzrd.com/ |
| Unterstützte Sprachen | 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\/*"
]
} | |