FUTOMATE
Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
什麼是FUTOMATE?
FUTOMATE是由nivtal9開發的Chrome擴展程式,該擴展的主要功能是“Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.”。
擴展截圖
下載FUTOMATE擴展crx文件
下載FUTOMATE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make transfers EASIER on Fifa Ultimate Team Web App. Listing your items Automatically with full details and control! Extension have 3 stages make sure to follow one by one and read instructions and get RICHER with less EFFORT 🤖 **prices avilable for : EAFC24 players, chimestry style, healing & contract cards** --0.1.4: added club verification and bug fixes --0.1.5: fixes for EAFC24 now supported --0.1.51: woman players prices EAFC24 now supported (0.1.5 would not find the prices) --0.1.52: support for consumables
擴展基本資訊
名稱 | FUTOMATE |
ID | igjfliagmoniddoecgjdefaieikpdeon |
官方網址 | https://chromewebstore.google.com/detail/futomate/igjfliagmoniddoecgjdefaieikpdeon |
簡介 | Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items. |
檔案大小 | 67.29 KB |
安裝次數 | 90 |
目前版本 | 0.1.521 |
更新時間 | 2023-12-08 |
上架時間 | 2022-10-09 |
評分 | 5.00/5 共 7 次評分 |
開發者 | nivtal9 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FUTOMATE", "description": "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.", "version": "0.1.521", "host_permissions": [ "https:\/\/www.futbin.com\/players" ], "icons": { "16": "assets\/FUTOMATE128.png", "48": "assets\/FUTOMATE128.png", "128": "assets\/FUTOMATEFULL.png" }, "action": { "default_icon": "assets\/FUTOMATEFULL.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/" ], "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ] } |