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?

FIFA 21 Auto Buyer是由CK Algos开发的Chrome扩展程序,该扩展的主要功能是“FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FIFA 21 Auto Buyer扩展crx文件

下载FIFA 21 Auto Buyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
官方URL https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
简介 FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
文件大小 19.19 KB
安装次数 683
当前版本 1.0.0.1
更新时间 2020-10-27
上架时间 2020-10-23
评分 3.67/5 共6次评分
开发者 CK Algos
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/chithakumar13/Fifa21-AutoBuyer
帮助页面URL https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
支持的语言 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"
    }
}