Warcraftlog Helper
This extension help the user to see more info on the Ranking page of WCL.
What is Warcraftlog Helper?
Warcraftlog Helper is a Chrome extension developed by writeln8, and its main feature is "This extension help the user to see more info on the Ranking page of WCL.".
Extension Screenshots
Download Warcraftlog Helper Extension CRX File
Download Warcraftlog Helper 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
在排行榜中直接显示玩家的副属性。 1. 针对DH会额外显示毁灭与混乱打击的实际暴击率。 2. 检测到玩家带有命令之眼时,会显示为 暴击50(53)%,括弧内为命令之眼叠满层数之后的暴击。
Extension Basic Information
Name | |
ID | pkbapbiekchjcmkpjdphlpmlmpkadjbd |
Official URL | https://chrome.google.com/webstore/detail/warcraftlog-helper/pkbapbiekchjcmkpjdphlpmlmpkadjbd |
Description | This extension help the user to see more info on the Ranking page of WCL. |
File Size | 3 MB |
Installation Count | 77 |
Current Version | 1.1 |
Last Updated | 2017-11-17 |
Publish Date | 2017-11-17 |
Developer | writeln8 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Warcraftlog Helper", "description": "This extension help the user to see more info on the Ranking page of WCL.", "version": "1.1", "icons": { "128": "imgs\/warcraft-logo-128.png" }, "browser_action": { "default_title": "WCL Helper", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.warcraftlogs.com\/rankings\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ], "permissions": [ "tabs", "storage" ] } |