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 - это расширение Chrome, разработанное https://futfun.com, и его основная функция - "Cutting-edge coins mining platform on FC 24 FUT market".
Снимки экрана расширения
Скачать файл CRX расширения FC 24 Coins Generator FUT
Скачайте файлы расширений FC 24 Coins Generator FUT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'" } } |