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…
Wat is FIFA 21 Auto Buyer?
FIFA 21 Auto Buyer is een Chrome-extensie ontwikkeld door CK Algos, en de belangrijkste functie is "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Extensie Screenshots
Download het CRX-bestand van de extensie FIFA 21 Auto Buyer
Download FIFA 21 Auto Buyer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
Officiële URL | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Beschrijving | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Bestandsgrootte | 19.19 KB |
Aantal Installaties | 683 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2020-10-27 |
Publicatiedatum | 2020-10-23 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | CK Algos |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chithakumar13/Fifa21-AutoBuyer |
Help Pagina-URL | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Ondersteunde Talen | 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" } } |