RetLog
Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Wat is RetLog?
RetLog is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".
Extensie Screenshots
Download het CRX-bestand van de extensie RetLog
Download RetLog-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RetLog |
ID | lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Officiële URL | https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Beschrijving | Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5). |
Bestandsgrootte | 118 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2022-05-19 |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |