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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |