EFA Bot Services
Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.
EFA Bot Services là gì?
EFA Bot Services là một tiện ích mở rộng Chrome được phát triển bởi emrekiiran, và tính năng chính của nó là "Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz.".
Ả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 EFA Bot Services
Tải xuống các tệp mở rộng EFA Bot Services 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
Bu uzantı sayesinde hizmetimizi başka platformlardan aldıgınızda hesapları tek tek eklemek yerinde uzantıyı başlatırsanız tek tek profilleri dolaşıp eklenmesi gereken hesapları ekleyecektir
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abnpbgnljlddelheohfppknfbjheamog |
URL Chính Thức | https://chromewebstore.google.com/detail/efa-bot-services/abnpbgnljlddelheohfppknfbjheamog |
Mô tả | Bu uygulama sayesinde, tüm hesapları tek hamlede ekleyebileceksiniz. |
Kích Thước Tệp | 30.14 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-02-16 |
Ngày Phát Hành | 2021-01-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | emrekiiran |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://panel.efabotservices.com/ |
Ngôn Ngữ Được Hỗ Trợ | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EFA Bot Services", "version": "1.1.0", "description": "Bu uygulama sayesinde, t\u00fcm hesaplar\u0131 tek hamlede ekleyebileceksiniz.", "author": "upr4k", "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*" ], "js": [ "\/js\/adding.js" ], "run_at": "document_start" } ], "icons": { "16": "\/img\/16.png", "48": "\/img\/48.png", "128": "\/img\/128.png" }, "browser_action": { "default_title": "EFA Bot Services", "default_popup": "main.html" }, "permissions": [ "https:\/\/efabotservices.com\/*" ], "background": { "scripts": [ "\/js\/background.js" ] } } |