Esportal AutoAccept
A plugin for users to auto accept their matches on esportal
Esportal AutoAccept là gì?
Esportal AutoAccept là một tiện ích mở rộng Chrome được phát triển bởi f1schmonsta, và tính năng chính của nó là "A plugin for users to auto accept their matches on esportal".
Ả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 AutoAccept
Tải xuống các tệp mở rộng Esportal AutoAccept 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
Esportal autoaccept is a tool for players at esportal.com to auto accept their matches while they are in que for a game or waiting for users to join a gather.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Esportal AutoAccept |
ID | iligknooplmpldohcehdaoeimhbkccga |
URL Chính Thức | https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga |
Mô tả | A plugin for users to auto accept their matches on esportal |
Kích Thước Tệp | 394 KB |
Số Lần Cài Đặt | 1,838 |
Phiên Bản Hiện Tại | 1.01 |
Cập Nhật Lần Cuối | 2019-12-18 |
Ngày Phát Hành | 2019-12-18 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | f1schmonsta |
[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 AutoAccept", "description": "A plugin for users to auto accept their matches on esportal", "version": "1.01", "manifest_version": 2, "permissions": [ "*:\/\/*.esportal.com\/*", "storage", "management", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.esportal.com\/*" ], "js": [ "jquery-3.4.1.js", "content.js" ] } ], "browser_action": { "default_popup": "startpage.html", "default_icon": "off.png", "default_title": "Esportal AutoAccept" } } |