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…
Was ist FIFA 21 Auto Buyer?
FIFA 21 Auto Buyer ist eine Chrome-Erweiterung, die von CK Algos entwickelt wurde, und ihr Hauptmerkmal ist "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Erweiterungsscreenshots
FIFA 21 Auto Buyer-Erweiterungs-CRX-Datei herunterladen
Laden Sie FIFA 21 Auto Buyer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
Offizielle URL | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Beschreibung | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Dateigröße | 19.19 KB |
Installationsanzahl | 683 |
Aktuelle Version | 1.0.0.1 |
Letztes Update | 2020-10-27 |
Veröffentlichungsdatum | 2020-10-23 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | CK Algos |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/chithakumar13/Fifa21-AutoBuyer |
Hilfeseite URL | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Unterstützte Sprachen | 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" } } |