WCL Threat Link
Link Warcraft logs to TBCC threat graph
What is WCL Threat Link?
WCL Threat Link is a Chrome extension developed by by.peroux, and its main feature is "Link Warcraft logs to TBCC threat graph".
Extension Screenshots
Download WCL Threat Link Extension CRX File
Download WCL Threat Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a link to threat graph on your warcraft logs page
Extension Basic Information
Name | WCL Threat Link |
ID | pbhoiekekddmkjfkoalcohlpjgfabkjn |
Official URL | https://chromewebstore.google.com/detail/wcl-threat-link/pbhoiekekddmkjfkoalcohlpjgfabkjn |
Description | Link Warcraft logs to TBCC threat graph |
File Size | 4.34 KB |
Installation Count | 519 |
Current Version | 1.3 |
Last Updated | 2021-11-02 |
Publish Date | 2021-07-16 |
Developer | by.peroux |
[email protected] | |
Payment Type | free |
Extension Website | https://voomlz.github.io/ |
Supported Languages | 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" ] } ] } |