WCL DK Analysis

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

WCL DK Analysis là gì?

WCL DK Analysis là một tiện ích mở rộng Chrome được phát triển bởi Lucius Annaeus Seneca, và tính năng chính của nó là "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WCL DK Analysis

Tải xuống các tệp mở rộng WCL DK Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WCL DK Analysis WCL DK Analysis
ID bdcgiccpmhdchjjglgompcacmknbbhkj
URL Chính Thức https://chromewebstore.google.com/detail/wcl-dk-analysis/bdcgiccpmhdchjjglgompcacmknbbhkj
Mô tả Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
Kích Thước Tệp 7.68 KB
Số Lần Cài Đặt 8,193
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-07-03
Ngày Phát Hành 2022-11-27
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Lucius Annaeus Seneca
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}