Fut Easy
An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru
Что такое Fut Easy?
Fut Easy - это расширение Chrome, разработанное https://futeasy.ru, и его основная функция - "An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru".
Снимки экрана расширения
Скачать файл CRX расширения Fut Easy
Скачайте файлы расширений Fut Easy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Helping to earn coins in EA FC 24 Ultimate Team faster.
Opportunities:
- autofill any SBC
- easy snipe
- easy grind
- trade statistics
- grind statistics
- hot keys and additional interface elements Основная информация о расширении
| Название | |
| ID | jddadmedgnlpgbapoobifooadjfgahkk |
| Официальный URL | https://chromewebstore.google.com/detail/fut-easy/jddadmedgnlpgbapoobifooadjfgahkk |
| Описание | An extension that makes life easier for active users of EA FC 24 Ultimate Team. Detailed information at https://futeasy.ru |
| Размер файла | 371 KB |
| Количество установок | 1,360 |
| Текущая Версия | 4.6.0 |
| Последнее Обновление | 2024-02-19 |
| Дата публикации | 2020-07-03 |
| Рейтинг | 4.68/5 Всего 31 оценок |
| Разработчик | https://futeasy.ru |
| Электронная почта | [email protected] |
| Тип оплаты | in_app |
| URL страницы политики конфиденциальности | https://futeasy.ru/policy |
| Поддерживаемые языки | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fut Easy",
"version": "4.6.0",
"description": "__MSG_extDescription__",
"default_locale": "en",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "images\/disable.png"
}
},
"content_scripts": [
{
"js": [
"content\/proxy.js",
"content\/load_hook.js",
"content\/content.js"
],
"matches": [
"https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
],
"run_at": "document_start"
},
{
"js": [
"content\/proxy.js",
"content\/load_hook.js",
"content\/content.js"
],
"matches": [
"https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
],
"run_at": "document_start"
}
],
"icons": {
"128": "images\/active.png"
},
"manifest_version": 3,
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"content\/injectedContent.js",
"sound\/success.mp3",
"sound\/fail.mp3"
],
"matches": [
"https:\/\/www.ea.com\/*"
]
}
]
} | |