AFLW Fantasy Points

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

Τι είναι το AFLW Fantasy Points;

Το AFLW Fantasy Points είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον teeerevor, και η κύρια λειτουργία του είναι "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AFLW Fantasy Points

Λήψη αρχείων επέκτασης AFLW Fantasy Points σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα AFLW Fantasy Points AFLW Fantasy Points
ID jdijkfokghmfdfpkombhpffmpohhbadf
Επίσημο URL https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf
Περιγραφή This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Μέγεθος Αρχείου 7.47 KB
Αριθμός Εγκαταστάσεων 66
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2022-09-01
Ημερομηνία Δημοσίευσης 2022-08-30
Προγραμματιστής teeerevor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}