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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will calculate AFLW Fantasy Points and add them to a AFLW site match centre."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AFLW Fantasy Points एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |