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 |
公式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 |
Eメール | [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\/*" ] } ] } |