WCL DK Analysis

Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs

What is WCL DK Analysis?

WCL DK Analysis is a Chrome extension developed by Lucius Annaeus Seneca, and its main feature is "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs".

Extension Screenshots

screenshot
screenshot

Download WCL DK Analysis Extension CRX File

Download WCL DK Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name WCL DK Analysis WCL DK Analysis
ID bdcgiccpmhdchjjglgompcacmknbbhkj
Official URL https://chromewebstore.google.com/detail/wcl-dk-analysis/bdcgiccpmhdchjjglgompcacmknbbhkj
Description Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
File Size 7.68 KB
Installation Count 8,193
Current Version 1.0.4
Last Updated 2023-07-03
Publish Date 2022-11-27
Rating 4.83/5 Total 6 Ratings
Developer Lucius Annaeus Seneca
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}