EA FC 24 Price helper
You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.
EA FC 24 Price helperคืออะไร?
EA FC 24 Price helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arpi และคุณลักษณะหลักของมันคือ "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EA FC 24 Price helper
ดาวน์โหลดไฟล์ส่วนขยาย EA FC 24 Price helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using this extension you can get the lowest price from FUTBIN or FUTWIZ for the selected player. Select a player in the Transfer list or Squad view screen and press the "i" button then you can see the result under the player details. NEW: Press the "a" button and you can see prices for all players on the list. If you click on the ID then the player's FUTWIZ page will be opened in a new tab. If you think this is useful, you can buy me a coffee here: https://ko-fi.com/thanksthecoffe Thanks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EA FC 24 Price helper |
ID | jglicadebccadpnlncbkdaojchjaihig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ea-fc-24-price-helper/jglicadebccadpnlncbkdaojchjaihig |
คำอธิบาย | You can check the current lowest price from FUTBIN or FUTWIZ for the selected player. |
ขนาดไฟล์ | 46.35 KB |
จำนวนการติดตั้ง | 494 |
เวอร์ชันปัจจุบัน | 0.75 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2022-12-15 |
คะแนน | 2.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | arpi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EA FC 24 Price helper", "version": "0.75", "description": "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/" ], "manifest_version": 3 } |