Fantasy Premier League WZRD

Fantasy PL WZRD will help you win your league.

O que é Fantasy Premier League WZRD?

Fantasy Premier League WZRD é uma extensão do Chrome desenvolvida por fantasybasketballwizard, e sua principal característica é "Fantasy PL WZRD will help you win your league.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fantasy Premier League WZRD

Baixe arquivos de extensão Fantasy Premier League WZRD no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fantasy Premier League WZRD Fantasy Premier League WZRD
ID ogemabmpijjeaagbplfefgokidgjjged
URL Oficial https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged
Descrição Fantasy PL WZRD will help you win your league.
Tamanho do Arquivo 146 KB
Contagem de Instalações 204
Versão Atual 0.0.2
Última Atualização 2022-08-16
Data de Publicação 2020-09-23
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor fantasybasketballwizard
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.sportswzrd.com/
Idiomas Suportados 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\/*"
    ]
}