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 - это расширение Chrome, разработанное CK Algos, и его основная функция - "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

Скачать файл CRX расширения FIFA 21 Auto Buyer

Скачайте файлы расширений 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"
    }
}