Warcraftlog Helper
This extension help the user to see more info on the Ranking page of WCL.
Warcraftlog Helperとは何ですか?
Warcraftlog Helperはwriteln8によって開発されたChromeの拡張機能で、その主な機能は「This extension help the user to see more info on the Ranking page of WCL.」です。
拡張機能のスクリーンショット
Warcraftlog Helper拡張機能のCRXファイルをダウンロード
Warcraftlog Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在排行榜中直接显示玩家的副属性。 1. 针对DH会额外显示毁灭与混乱打击的实际暴击率。 2. 检测到玩家带有命令之眼时,会显示为 暴击50(53)%,括弧内为命令之眼叠满层数之后的暴击。
拡張機能の基本情報
名前 | |
ID | pkbapbiekchjcmkpjdphlpmlmpkadjbd |
公式URL | https://chrome.google.com/webstore/detail/warcraftlog-helper/pkbapbiekchjcmkpjdphlpmlmpkadjbd |
説明 | This extension help the user to see more info on the Ranking page of WCL. |
ファイルサイズ | 3 MB |
インストール数 | 77 |
現在のバージョン | 1.1 |
最終更新日 | 2017-11-17 |
公開日 | 2017-11-17 |
開発者 | writeln8 |
支払い方法 | free |
対応言語 | 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" ] } |