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…

Qu'est-ce que FIFA 21 Auto Buyer ?

FIFA 21 Auto Buyer est une extension Chrome développée par CK Algos, et sa fonction principale est "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FIFA 21 Auto Buyer

Téléchargez les fichiers d'extension FIFA 21 Auto Buyer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
URL Officiel 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…
Taille du Fichier 19.19 KB
Nombre d'Installations 683
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2020-10-27
Date de Publication 2020-10-23
Évaluation 3.67/5 Total 6 Évaluations
Développeur CK Algos
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/chithakumar13/Fifa21-AutoBuyer
URL de la Page d'Aide https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
Langues Prises en Charge 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"
    }
}