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…
Τι είναι το FIFA 21 Auto Buyer;
Το FIFA 21 Auto Buyer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CK Algos, και η κύρια λειτουργία του είναι "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FIFA 21 Auto Buyer
Λήψη αρχείων επέκτασης FIFA 21 Auto Buyer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
Επίσημο URL | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Περιγραφή | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Μέγεθος Αρχείου | 19.19 KB |
Αριθμός Εγκαταστάσεων | 683 |
Τρέχουσα Έκδοση | 1.0.0.1 |
Τελευταία Ενημέρωση | 2020-10-27 |
Ημερομηνία Δημοσίευσης | 2020-10-23 |
Αξιολόγηση | 3.67/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | CK Algos |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/chithakumar13/Fifa21-AutoBuyer |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Υποστηριζόμενες Γλώσσες | 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" } } |