RetLog

Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).

ما هو RetLog؟

RetLog هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".

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

screenshot

تحميل ملف CRX للإضافة RetLog

قم بتنزيل ملفات الامتداد RetLog بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Directly gathers and displays your seal twisting data for easy analysis.
Go on the "damage done" tab of any fight, targetting your favorite ret paladin.
Refresh the page.
The page will flash a few times, and a nice recap will appear above your damage table.                    

معلومات أساسية عن التمديد

الاسم RetLog RetLog
ID lhodlbfgidgjmjbhcgojlelkjpbbapdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh
الوصف Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
حجم الملف 118 KB
عدد التثبيتات 97
النسخة الحالية 1.0.0
آخر تحديث 2022-05-19
تاريخ النشر 2022-05-19
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RetLog",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    },
    "description": "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).",
    "author": "Knuch",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.classic.warcraftlogs.com\/*"
            ],
            "js": [
                "jquery.js",
                "content_scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "retlog.js"
            ],
            "matches": [
                "https:\/\/*.classic.warcraftlogs.com\/*"
            ]
        }
    ]
}