Warcraftlog Helper
This extension help the user to see more info on the Ranking page of WCL.
Co je Warcraftlog Helper?
Warcraftlog Helper je rozšíření Chrome vyvinuté writeln8, a jeho hlavní funkcí je „This extension help the user to see more info on the Ranking page of WCL.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Warcraftlog Helper
Stáhněte si soubory rozšíření Warcraftlog Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
在排行榜中直接显示玩家的副属性。 1. 针对DH会额外显示毁灭与混乱打击的实际暴击率。 2. 检测到玩家带有命令之眼时,会显示为 暴击50(53)%,括弧内为命令之眼叠满层数之后的暴击。
Základní Informace o Rozšíření
Název | |
ID | pkbapbiekchjcmkpjdphlpmlmpkadjbd |
Oficiální URL | https://chrome.google.com/webstore/detail/warcraftlog-helper/pkbapbiekchjcmkpjdphlpmlmpkadjbd |
Popis | This extension help the user to see more info on the Ranking page of WCL. |
Velikost souboru | 3 MB |
Počet instalací | 77 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-11-17 |
Datum Vydání | 2017-11-17 |
Vývojář | writeln8 |
Typ Platby | free |
Podporované Jazyky | 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" ] } |