WCL Threat Link
Link Warcraft logs to TBCC threat graph
Wat is WCL Threat Link?
WCL Threat Link is een Chrome-extensie ontwikkeld door by.peroux, en de belangrijkste functie is "Link Warcraft logs to TBCC threat graph".
Extensie Screenshots
Download het CRX-bestand van de extensie WCL Threat Link
Download WCL Threat Link-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
Adds a link to threat graph on your warcraft logs page Basisinformatie over de Extensie
| Naam | |
| ID | pbhoiekekddmkjfkoalcohlpjgfabkjn |
| Officiële URL | https://chromewebstore.google.com/detail/wcl-threat-link/pbhoiekekddmkjfkoalcohlpjgfabkjn |
| Beschrijving | Link Warcraft logs to TBCC threat graph |
| Bestandsgrootte | 4.34 KB |
| Aantal Installaties | 519 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2021-11-02 |
| Publicatiedatum | 2021-07-16 |
| Ontwikkelaar | by.peroux |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://voomlz.github.io/ |
| Ondersteunde Talen | 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"
]
}
]
} | |