AFLW Fantasy Points
This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Wat is AFLW Fantasy Points?
AFLW Fantasy Points is een Chrome-extensie ontwikkeld door teeerevor, en de belangrijkste functie is "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".
Extensie Screenshots
Download het CRX-bestand van de extensie AFLW Fantasy Points
Download AFLW Fantasy Points-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get live scoring updates and sort the players on their fantasy output. Basisinformatie over de Extensie
| Naam | |
| ID | jdijkfokghmfdfpkombhpffmpohhbadf |
| Officiële URL | https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf |
| Beschrijving | This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre. |
| Bestandsgrootte | 7.47 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2022-09-01 |
| Publicatiedatum | 2022-08-30 |
| Ontwikkelaar | teeerevor |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |