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…
Hvad er FIFA 21 Auto Buyer?
FIFA 21 Auto Buyer er en Chrome-udvidelse udviklet af CK Algos, og dens hovedfunktion er "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Udvidelsesskærmbilleder
Download FIFA 21 Auto Buyer-udvidelses-CRX-fil
Download FIFA 21 Auto Buyer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
Officiel URL | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Beskrivelse | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Filstørrelse | 19.19 KB |
Antal Installationer | 683 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2020-10-27 |
Udgivelsesdato | 2020-10-23 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | CK Algos |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/chithakumar13/Fifa21-AutoBuyer |
Hjælpeside-URL | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Understøttede Sprog | 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" } } |