AFLW Fantasy Points

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

Co je AFLW Fantasy Points?

AFLW Fantasy Points je rozšíření Chrome vyvinuté teeerevor, a jeho hlavní funkcí je „This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AFLW Fantasy Points

Stáhněte si soubory rozšíření AFLW Fantasy Points ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název AFLW Fantasy Points AFLW Fantasy Points
ID jdijkfokghmfdfpkombhpffmpohhbadf
Oficiální URL https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf
Popis This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Velikost souboru 7.47 KB
Počet instalací 66
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2022-09-01
Datum Vydání 2022-08-30
Vývojář teeerevor
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension
Podporované Jazyky 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\/*"
            ]
        }
    ]
}