AFLW Fantasy Points
This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.
AFLW Fantasy Points là gì?
AFLW Fantasy Points là một tiện ích mở rộng Chrome được phát triển bởi teeerevor, và tính năng chính của nó là "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AFLW Fantasy Points
Tải xuống các tệp mở rộng AFLW Fantasy Points dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Get live scoring updates and sort the players on their fantasy output.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AFLW Fantasy Points |
ID | jdijkfokghmfdfpkombhpffmpohhbadf |
URL Chính Thức | https://chromewebstore.google.com/detail/aflw-fantasy-points/jdijkfokghmfdfpkombhpffmpohhbadf |
Mô tả | This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre. |
Kích Thước Tệp | 7.47 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2022-09-01 |
Ngày Phát Hành | 2022-08-30 |
Nhà Phát Triển | teeerevor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/teeerevor/aflw-fantasy-stats-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |