RetLog

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

Cos'è RetLog?

RetLog è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RetLog

Scarica i file di estensione RetLog in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RetLog RetLog
ID lhodlbfgidgjmjbhcgojlelkjpbbapdh
URL Ufficiale https://chromewebstore.google.com/detail/retlog/lhodlbfgidgjmjbhcgojlelkjpbbapdh
Descrizione Helps you process and analyse your ret paladin logs for WoW TBC classic (phase 5).
Dimensione del File 118 KB
Conteggio Installazioni 97
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-19
Data di Pubblicazione 2022-05-19
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}