FUT exeSniper | Shortcuts & Autobuyer
Shortcuts & Autobuyer for EA FC 24 web app
FUT exeSniper | Shortcuts & Autobuyer là gì?
FUT exeSniper | Shortcuts & Autobuyer là một tiện ích mở rộng Chrome được phát triển bởi https://exesniper.com, và tính năng chính của nó là "Shortcuts & Autobuyer for EA FC 24 web app".
Ả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 FUT exeSniper | Shortcuts & Autobuyer
Tải xuống các tệp mở rộng FUT exeSniper | Shortcuts & Autobuyer 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
Extension is constantly updated regardless of the update date on this page, so the extension is always relevant regardless of the current version of the game, FIFA 23 or later. Free content: - Shortcuts - EA tax in interface - «Open card on FutBin» button - «Find min BIN» button - Hot links Premium content: - Autobuyer(purchases, bids, sales, delays, breaks, priorities, exceptions, sound notify, telegram notify, mixed filters, logging, statistics) - FutBin SBC import - FutBin Club import - FutBin prices data Discord channel: https://discord.gg/eY5vkU5f7D Mail for questions and support: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FUT exeSniper | Shortcuts & Autobuyer |
ID | aljnpglojnmhfcdkdcgkcloolagikjnl |
URL Chính Thức | https://chromewebstore.google.com/detail/fut-exesniper-shortcuts-a/aljnpglojnmhfcdkdcgkcloolagikjnl |
Mô tả | Shortcuts & Autobuyer for EA FC 24 web app |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 5,232 |
Phiên Bản Hiện Tại | 4.10.0 |
Cập Nhật Lần Cuối | 2023-09-22 |
Ngày Phát Hành | 2020-01-31 |
Đánh Giá | 4.46/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://exesniper.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://exesniper.com |
URL Trang Trợ Giúp | https://discord.gg/eY5vkU5f7D |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUT exeSniper | Shortcuts & Autobuyer", "description": "Shortcuts & Autobuyer for EA FC 24 web app", "version": "4.10.0", "web_accessible_resources": [ "main.js" ], "icons": { "16": ".\/icons\/icon_16.png", "48": ".\/icons\/icon_48.png", "128": ".\/icons\/icon_128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/icons\/icon_128.png", "default_popup": ".\/popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*", "http:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js; object-src 'self'", "permissions": [ "https:\/\/www.futbin.com\/" ], "short_name": "FUT exeSniper", "externally_connectable": { "matches": [ "https:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*", "http:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*" ] } } |