Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
Cos'è Fantasy Premier League WZRD?
Fantasy Premier League WZRD è un'estensione di Chrome sviluppata da fantasybasketballwizard, e la sua funzione principale è "Fantasy PL WZRD will help you win your league.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fantasy Premier League WZRD
Scarica i file di estensione Fantasy Premier League WZRD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ogemabmpijjeaagbplfefgokidgjjged |
| URL Ufficiale | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
| Descrizione | Fantasy PL WZRD will help you win your league. |
| Dimensione del File | 146 KB |
| Conteggio Installazioni | 204 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2022-08-16 |
| Data di Pubblicazione | 2020-09-23 |
| Valutazione | 3.67/5 Totale 6 Valutazioni |
| Sviluppatore | fantasybasketballwizard |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.sportswzrd.com/ |
| Lingue Supportate | 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\/*"
]
} | |