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…

What is FIFA 21 Auto Buyer?

FIFA 21 Auto Buyer is a Chrome extension developed by CK Algos, and its main feature is "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FIFA 21 Auto Buyer Extension CRX File

Download FIFA 21 Auto Buyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
Official URL https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
Description FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
File Size 19.19 KB
Installation Count 683
Current Version 1.0.0.1
Last Updated 2020-10-27
Publish Date 2020-10-23
Rating 3.67/5 Total 6 Ratings
Developer CK Algos
Email [email protected]
Payment Type free
Extension Website https://github.com/chithakumar13/Fifa21-AutoBuyer
Help Page URL https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
Supported Languages 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"
    }
}