WCL Threat Link

Link Warcraft logs to TBCC threat graph

Qu'est-ce que WCL Threat Link ?

WCL Threat Link est une extension Chrome développée par by.peroux, et sa fonction principale est "Link Warcraft logs to TBCC threat graph".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WCL Threat Link

Téléchargez les fichiers d'extension WCL Threat Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds a link to threat graph on your warcraft logs page                    

Informations de Base sur l'Extension

Nom WCL Threat Link WCL Threat Link
ID pbhoiekekddmkjfkoalcohlpjgfabkjn
URL Officiel https://chromewebstore.google.com/detail/wcl-threat-link/pbhoiekekddmkjfkoalcohlpjgfabkjn
Description Link Warcraft logs to TBCC threat graph
Taille du Fichier 4.34 KB
Nombre d'Installations 519
Version Actuelle 1.3
Dernière Mise à Jour 2021-11-02
Date de Publication 2021-07-16
Développeur by.peroux
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voomlz.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WCL Threat Link",
    "description": "Link Warcraft logs to TBCC threat graph",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.classic.warcraftlogs.com\/reports\/*"
            ],
            "js": [
                "addButton.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vanilla.warcraftlogs.com\/reports\/*"
            ],
            "js": [
                "addButtonEra.js"
            ]
        }
    ]
}