FUT Helper

This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…

FUT Helper là gì?

FUT Helper là một tiện ích mở rộng Chrome được phát triển bởi p.mykhailov, và tính năng chính của nó là "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".

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

screenshot
screenshot

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

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

                        This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard
First set appropriate convinient keys and then use keyboard instead of mouse                    

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

Tên FUT Helper FUT Helper
ID icdicpefgeajbmigaodojedcdljlnkln
URL Chính Thức https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln
Mô tả This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
Kích Thước Tệp 7.68 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2022-02-01
Ngày Phát Hành 2019-11-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển p.mykhailov
Email [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",
    "manifest_version": 2,
    "name": "FUT Helper",
    "short_name": "FH",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/*",
                "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [],
    "browser_action": {
        "default_title": "FUT Helper",
        "default_popup": "popup.html"
    }
}