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" } } |