WCL Threat Link
Link Warcraft logs to TBCC threat graph
Was ist WCL Threat Link?
WCL Threat Link ist eine Chrome-Erweiterung, die von by.peroux entwickelt wurde, und ihr Hauptmerkmal ist "Link Warcraft logs to TBCC threat graph".
Erweiterungsscreenshots
WCL Threat Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie WCL Threat Link-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
                        Adds a link to threat graph on your warcraft logs page                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | pbhoiekekddmkjfkoalcohlpjgfabkjn | 
| Offizielle URL | https://chromewebstore.google.com/detail/wcl-threat-link/pbhoiekekddmkjfkoalcohlpjgfabkjn | 
| Beschreibung | Link Warcraft logs to TBCC threat graph | 
| Dateigröße | 4.34 KB | 
| Installationsanzahl | 519 | 
| Aktuelle Version | 1.3 | 
| Letztes Update | 2021-11-02 | 
| Veröffentlichungsdatum | 2021-07-16 | 
| Entwickler | by.peroux | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://voomlz.github.io/ | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |