Fut Easy

An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru

Fut Easy là gì?

Fut Easy là một tiện ích mở rộng Chrome được phát triển bởi https://futeasy.ru, và tính năng chính của nó là "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fut Easy

Tải xuống các tệp mở rộng Fut Easy 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

                        Helping to earn coins in EA FC 24 Ultimate Team faster.
Opportunities:
 - autofill any SBC
 - easy snipe
 - easy grind
 - trade statistics
 - grind statistics
 - hot keys and additional interface elements                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fut Easy Fut Easy
ID jddadmedgnlpgbapoobifooadjfgahkk
URL Chính Thức https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk
Mô tả An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Kích Thước Tệp 371 KB
Số Lần Cài Đặt 1,360
Phiên Bản Hiện Tại 4.6.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-07-03
Đánh Giá 4.68/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://futeasy.ru
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://futeasy.ru/policy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fut Easy",
    "version": "4.6.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "images\/disable.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js",
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/active.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/injectedContent.js",
                "sound\/success.mp3",
                "sound\/fail.mp3"
            ],
            "matches": [
                "https:\/\/www.ea.com\/*"
            ]
        }
    ]
}