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…
Apa itu FIFA 21 Auto Buyer?
FIFA 21 Auto Buyer adalah ekstensi Chrome yang dikembangkan oleh CK Algos, dan fitur utamanya adalah "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FIFA 21 Auto Buyer
Unduh file ekstensi FIFA 21 Auto Buyer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hklpngnanhfhlabohbocgnhacjlhidgp |
URL Resmi | https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp |
Deskripsi | FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit… |
Ukuran File | 19.19 KB |
Jumlah Instalasi | 683 |
Versi Saat Ini | 1.0.0.1 |
Terakhir Diperbarui | 2020-10-27 |
Tanggal Publikasi | 2020-10-23 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | CK Algos |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chithakumar13/Fifa21-AutoBuyer |
URL Halaman Bantuan | https://github.com/chithakumar13/Fifa21-AutoBuyer/issues |
Bahasa yang Didukung | 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" } } |