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.".
Снимки экрана расширения
Скачать файл 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 |
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\/*" ] } ] } |