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是由arpi開發的Chrome擴展程式,該擴展的主要功能是“You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.”。
擴展截圖
下載EA FC 24 Price helper擴展crx文件
下載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 |
官方網址 | 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 } |