Warcraftlog Helper
This extension help the user to see more info on the Ranking page of WCL.
Warcraftlog Helper là gì?
Warcraftlog Helper là một tiện ích mở rộng Chrome được phát triển bởi writeln8, và tính năng chính của nó là "This extension help the user to see more info on the Ranking page of WCL.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Warcraftlog Helper
Tải xuống các tệp mở rộng Warcraftlog Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
在排行榜中直接显示玩家的副属性。 1. 针对DH会额外显示毁灭与混乱打击的实际暴击率。 2. 检测到玩家带有命令之眼时,会显示为 暴击50(53)%,括弧内为命令之眼叠满层数之后的暴击。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkbapbiekchjcmkpjdphlpmlmpkadjbd |
URL Chính Thức | https://chrome.google.com/webstore/detail/warcraftlog-helper/pkbapbiekchjcmkpjdphlpmlmpkadjbd |
Mô tả | This extension help the user to see more info on the Ranking page of WCL. |
Kích Thước Tệp | 3 MB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-11-17 |
Ngày Phát Hành | 2017-11-17 |
Nhà Phát Triển | writeln8 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |