RetLog
Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Was ist RetLog?
RetLog ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".
Erweiterungsscreenshots
RetLog-Erweiterungs-CRX-Datei herunterladen
Laden Sie RetLog-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | RetLog |
ID | lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Offizielle URL | https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Beschreibung | Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5). |
Dateigröße | 118 KB |
Installationsanzahl | 97 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-05-19 |
Veröffentlichungsdatum | 2022-05-19 |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |