FUTOMATE
Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items.
FUTOMATE क्या है?
FUTOMATE nivtal9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto List Players for FUT. Injecting inputs for prices then fill them automatically and finally - listing all available items."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FUTOMATE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } ] } |