RetLog
Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Vad är RetLog?
RetLog är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".
Tilläggsskärmbilder
Ladda ner RetLog-förlängningens CRX-fil
Ladda ner RetLog-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | RetLog |
ID | lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Officiell webbadress | https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh |
Beskrivning | Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5). |
Filstorlek | 118 KB |
Antal Installationer | 97 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-05-19 |
Publiceringsdatum | 2022-05-19 |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |