WCL DK Analysis
Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
Was ist WCL DK Analysis?
WCL DK Analysis ist eine Chrome-Erweiterung, die von Lucius Annaeus Seneca entwickelt wurde, und ihr Hauptmerkmal ist "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs".
Erweiterungsscreenshots
WCL DK Analysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie WCL DK Analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This tool integrates with Warcraft Logs and provides more in-depth analysis for Frost and Unholy DKs embedded in the site itself. This allows easier and more advanced analysis of your rotation. In order to display the DK Analyze button you must have an encounter selected, as well as a player source. Then click the red "DK Analyze" button! You can message ducks#4688 on Discord if you run into any issues. Big thanks to Vopicaqq / definitelynotme for all their help!
Grundlegende Informationen zur Erweiterung
Name | WCL DK Analysis |
ID | bdcgiccpmhdchjjglgompcacmknbbhkj |
Offizielle URL | https://chromewebstore.google.com/detail/wcl-dk-analysis/bdcgiccpmhdchjjglgompcacmknbbhkj |
Beschreibung | Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs |
Dateigröße | 7.68 KB |
Installationsanzahl | 8,193 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-07-03 |
Veröffentlichungsdatum | 2022-11-27 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | Lucius Annaeus Seneca |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WCL DK Analysis", "description": "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs", "version": "1.0.4", "action": { "default_icon": "icon_128.png" }, "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.classic.warcraftlogs.com\/*", "https:\/\/classic.warcraftlogs.com\/*" ] } ] } |