Esportal Helper
Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.
Esportal Helper là gì?
Esportal Helper là một tiện ích mở rộng Chrome được phát triển bởi callebstrom, và tính năng chính của nó là "Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.".
Ả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 Esportal Helper
Tải xuống các tệp mở rộng Esportal 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
Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier. This plugin is not associated with or endorsed by, or in any way officially connected with Esportal (https://esportal.com).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Esportal Helper |
ID | gifenppiepcjfeaklgeeilihnchdnend |
URL Chính Thức | https://chromewebstore.google.com/detail/esportal-helper/gifenppiepcjfeaklgeeilihnchdnend |
Mô tả | Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier. |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 167 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-08-28 |
Ngày Phát Hành | 2020-08-24 |
Nhà Phát Triển | callebstrom |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esportal Helper", "version": "0.0.2", "manifest_version": 2, "description": "Adds aggregated team win ratio to match lobby and summary page to make ban decisions easier.", "homepage_url": "https:\/\/www.esportal.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/esportal.com\/*" ], "web_accessible_resources": [ "src\/inject\/main.js", "src\/inject\/app.js", "src\/inject\/user.js", "src\/inject\/statistics.js", "src\/inject\/util.js", "src\/inject\/app\/build\/static\/js\/*.js" ], "content_scripts": [ { "matches": [ "https:\/\/esportal.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/esportal.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |