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是由teeerevor開發的Chrome擴展程式,該擴展的主要功能是“This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre.”。
擴展截圖
下載AFLW Fantasy Points擴展crx文件
下載AFLW Fantasy Points擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get live scoring updates and sort the players on their fantasy output.
擴展基本資訊
名稱 | AFLW Fantasy Points |
ID | jdijkfokghmfdfpkombhpffmpohhbadf |
官方網址 | 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\/*" ] } ] } |