AFLW Fantasy Points
This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
Hvad er AFLW Fantasy Points?
AFLW Fantasy Points er en Chrome-udvidelse udviklet af teeerevor, og dens hovedfunktion er "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".
Udvidelsesskærmbilleder
Download AFLW Fantasy Points-udvidelses-CRX-fil
Download AFLW Fantasy Points-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get live scoring updates and sort the players on their fantasy output. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jdijkfokghmfdfpkombhpffmpohhbadf |
| Officiel URL | https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf |
| Beskrivelse | This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre. |
| Filstørrelse | 7.47 KB |
| Antal Installationer | 66 |
| Nuværende Version | 0.0.0.2 |
| Senest Opdateret | 2022-09-01 |
| Udgivelsesdato | 2022-08-30 |
| Udvikler | teeerevor |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension |
| Understøttede Sprog | 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\/*"
]
}
]
} | |