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…

Co to jest FIFA 21 Auto Buyer?

FIFA 21 Auto Buyer to rozszerzenie Chrome opracowane przez CK Algos, a jego główną funkcją jest „FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FIFA 21 Auto Buyer

Pobierz pliki rozszerzeń FIFA 21 Auto Buyer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
Oficjalny URL https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
Opis FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
Rozmiar pliku 19.19 KB
Liczba instalacji 683
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2020-10-27
Data Publikacji 2020-10-23
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper CK Algos
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/chithakumar13/Fifa21-AutoBuyer
Adres URL Strony Pomocy https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
Obsługiwane Języki 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"
    }
}