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…
Cos'è FIFA 21 Auto Buyer?
FIFA 21 Auto Buyer è un'estensione di Chrome sviluppata da CK Algos, e la sua funzione principale è "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FIFA 21 Auto Buyer
Scarica i file di estensione FIFA 21 Auto Buyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
URL Ufficiale | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Descrizione | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Dimensione del File | 19.19 KB |
Conteggio Installazioni | 683 |
Versione Corrente | 1.0.0.1 |
Ultimo Aggiornamento | 2020-10-27 |
Data di Pubblicazione | 2020-10-23 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | CK Algos |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chithakumar13/Fifa21-AutoBuyer |
URL della Pagina di Aiuto | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Lingue Supportate | 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" } } |