RetLog

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

Apa itu RetLog?

RetLog adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RetLog

Unduh file ekstensi RetLog dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RetLog RetLog
ID lhodlbfgidgjmjbhcgojlelkjpbbapdh
URL Resmi https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh
Deskripsi Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Ukuran File 118 KB
Jumlah Instalasi 97
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-05-19
Tanggal Publikasi 2022-05-19
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}