WCL DK Analysis

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

ما هو WCL DK Analysis؟

WCL DK Analysis هو إضافة Chrome تم تطويرها بواسطة Lucius Annaeus Seneca، والميزة الرئيسية لها هي "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WCL DK Analysis

قم بتنزيل ملفات الامتداد WCL DK Analysis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}