WCL DK Analysis

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

WCL DK Analysis क्या है?

WCL DK Analysis Lucius Annaeus Seneca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WCL DK Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम WCL DK Analysis WCL DK Analysis
ID bdcgiccpmhdchjjglgompcacmknbbhkj
आधिकारिक URL https://chromewebstore.google.com/detail/wcl-dk-analysis/bdcgiccpmhdchjjglgompcacmknbbhkj
विवरण Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
फ़ाइल का आकार 7.68 KB
स्थापना संख्या 8,193
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2022-11-27
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर Lucius Annaeus Seneca
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}