AFLW Fantasy Points

This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.

O que é AFLW Fantasy Points?

AFLW Fantasy Points é uma extensão do Chrome desenvolvida por teeerevor, e sua principal característica é "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AFLW Fantasy Points

Baixe arquivos de extensão AFLW Fantasy Points 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

                        Get live scoring updates and sort the players on their fantasy output.                    

Informações Básicas da Extensão

Nome AFLW Fantasy Points AFLW Fantasy Points
ID jdijkfokghmfdfpkombhpffmpohhbadf
URL Oficial https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf
Descrição This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Tamanho do Arquivo 7.47 KB
Contagem de Instalações 66
Versão Atual 0.0.0.2
Última Atualização 2022-09-01
Data de Publicação 2022-08-30
Desenvolvedor teeerevor
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AFLW Fantasy Points",
    "description": "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/dubLogo16.png",
        "32": "\/images\/dubLogo32.png",
        "48": "\/images\/dubLogo48.png",
        "128": "\/images\/dubLogo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.womens.afl\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pointsTracker.js"
            ],
            "matches": [
                "*:\/\/www.womens.afl\/*"
            ]
        }
    ]
}