FC 24 Coins Generator FUT
Cutting-edge coins mining platform on FC 24 FUT market
FC 24 Coins Generator FUT क्या है?
FC 24 Coins Generator FUT https://futfun.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cutting-edge coins mining platform on FC 24 FUT market"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FC 24 Coins Generator FUT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing our FUT Automated Coins Generator, a game-changing tool for building your dream FC 24 Ultimate Team! Our bot automatically buys and sells players using cutting-edge algorithms that scan the transfer market for undervalued gems. With real-time updates and advanced analytics, our bot helps you make strategic buying decisions and maximize your team's potential. Join the ranks of top players with our powerful and intuitive FC 24 Automated Coins Generator! Elevate your FC 24 Ultimate Team to new heights with our FUT Automated Coins Generator. Stay ahead of the game with our cutting-edge technology and safe, reliable performance. Choose us to unlock the full potential of your Ultimate Team!
एक्सटेंशन की मूल जानकारी
नाम | FC 24 Coins Generator FUT |
ID | pndeaciecioifmppjadlbaihilojkjnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/fc-24-coins-generator-fut/pndeaciecioifmppjadlbaihilojkjnf |
विवरण | Cutting-edge coins mining platform on FC 24 FUT market |
फ़ाइल का आकार | 957 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.4.14 |
अंतिम अपडेट | 2024-03-01 |
प्रकाशन तिथि | 2021-03-18 |
रेटिंग | 3.79/5 कुल 162 रेटिंग्स |
डेवलपर | https://futfun.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://futfun.com |
गोपनीयता नीति पृष्ठ URL | https://futfun.com/privacy/policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FC 24 Coins Generator FUT", "description": "Cutting-edge coins mining platform on FC 24 FUT market", "version": "2.4.14", "action": { "default_popup": "index.html", "default_title": "FC 24 Ultimate Team Automated Coins Generator" }, "icons": { "16": "logo192-red.png", "48": "logo192-red.png", "128": "logo192-red.png" }, "permissions": [ "alarms", "storage", "tabs", "webRequest", "background", "scripting" ], "host_permissions": [ "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app*", "*:\/\/*.ea.com\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content_scripts.js" ], "matches": [ "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |