RetLog

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

What is RetLog?

RetLog is a Chrome extension developed by Unknown, and its main feature is "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".

Extension Screenshots

screenshot

Download RetLog Extension CRX File

Download RetLog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RetLog RetLog
ID lhodlbfgidgjmjbhcgojlelkjpbbapdh
Official URL https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh
Description Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
File Size 118 KB
Installation Count 97
Current Version 1.0.0
Last Updated 2022-05-19
Publish Date 2022-05-19
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}