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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
            ]
        }
    ]
}