AFLW Fantasy Points

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

What is AFLW Fantasy Points?

AFLW Fantasy Points is a Chrome extension developed by teeerevor, and its main feature is "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".

Extension Screenshots

screenshot

Download AFLW Fantasy Points Extension CRX File

Download AFLW Fantasy Points extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AFLW Fantasy Points AFLW Fantasy Points
ID jdijkfokghmfdfpkombhpffmpohhbadf
Official URL https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf
Description This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
File Size 7.47 KB
Installation Count 66
Current Version 0.0.0.2
Last Updated 2022-09-01
Publish Date 2022-08-30
Developer teeerevor
Email [email protected]
Payment Type free
Extension Website https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension
Supported Languages 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\/*"
            ]
        }
    ]
}