Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
Wat is Fantasy Premier League WZRD?
Fantasy Premier League WZRD is een Chrome-extensie ontwikkeld door fantasybasketballwizard, en de belangrijkste functie is "Fantasy PL WZRD will help you win your league.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fantasy Premier League WZRD
Download Fantasy Premier League WZRD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ogemabmpijjeaagbplfefgokidgjjged |
| Officiële URL | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
| Beschrijving | Fantasy PL WZRD will help you win your league. |
| Bestandsgrootte | 146 KB |
| Aantal Installaties | 204 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2022-08-16 |
| Publicatiedatum | 2020-09-23 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | fantasybasketballwizard |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.sportswzrd.com/ |
| Ondersteunde Talen | 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\/*"
]
} | |