AFLW Fantasy Points
This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Qu'est-ce que AFLW Fantasy Points ?
AFLW Fantasy Points est une extension Chrome développée par teeerevor, et sa fonction principale est "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AFLW Fantasy Points
Téléchargez les fichiers d'extension AFLW Fantasy Points au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get live scoring updates and sort the players on their fantasy output.
Informations de Base sur l'Extension
Nom | AFLW Fantasy Points |
ID | jdijkfokghmfdfpkombhpffmpohhbadf |
URL Officiel | 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. |
Taille du Fichier | 7.47 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2022-09-01 |
Date de Publication | 2022-08-30 |
Développeur | teeerevor |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension |
Langues Prises en Charge | 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\/*" ] } ] } |