FIFA 21 Auto Buyer

FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…

FIFA 21 Auto Buyer là gì?

FIFA 21 Auto Buyer là một tiện ích mở rộng Chrome được phát triển bởi CK Algos, và tính năng chính của nó là "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".

Ả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 FIFA 21 Auto Buyer

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

                        FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App

To know more about the tool , visit 
https://github.com/chithakumar13/Fifa21-AutoBuyer#Usage                    

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

Tên FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
URL Chính Thức https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
Mô tả FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
Kích Thước Tệp 19.19 KB
Số Lần Cài Đặt 683
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2020-10-27
Ngày Phát Hành 2020-10-23
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển CK Algos
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chithakumar13/Fifa21-AutoBuyer
URL Trang Trợ Giúp https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 21 Auto Buyer",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "autobuyer.js",
        "autobuyermenu.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}