Futrich Sniper Bot

Sniping Bot for EA FC24 Web App.

Что такое Futrich Sniper Bot?

Futrich Sniper Bot - это расширение Chrome, разработанное https://futrich.com, и его основная функция - "Sniping Bot for EA FC24 Web App.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Futrich Sniper Bot

Скачайте файлы расширений Futrich Sniper Bot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Futrich Autobuyer Sniper bot is a Google chrome extension that improves the use of the EA FC24 Web App. The extension, available for PC, PS4/PS5, XONE/XSX of EA FC24, provides several ever-expanding features that will make you earn lots of credits quickly :

• Shortcuts 
• Auto Sniper Bot
• Auto Bid Bot
• Manual Snipe
• Sell with one key 
• Futbin SBC importer 
• Futbin prices
• Unlimited Unassigned 

And many other features that will help you make tons of credits every day!

More information here:
https://futrich.com/
https://www.instagram.com/futrichextension/
https://www.tiktok.com/@futrich1                    

Основная информация о расширении

Название Futrich Sniper Bot Futrich Sniper Bot
ID albfhllpljifkmplbcmmfppfcfdlpdcf
Официальный URL https://chromewebstore.google.com/detail/futrich-sniper-bot/albfhllpljifkmplbcmmfppfcfdlpdcf
Описание Sniping Bot for EA FC24 Web App.
Размер файла 294 KB
Количество установок 1,463
Текущая Версия 1.0.10
Последнее Обновление 2024-02-05
Дата публикации 2023-03-17
Рейтинг 4.85/5 Всего 33 оценок
Разработчик https://futrich.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://futrich.com/
URL страницы помощи https://www.instagram.com/futrichextension/
URL страницы политики конфиденциальности https://futrich.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/NewLogo128.png",
        "default_popup": "options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*"
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundModified.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScriptModified.js"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*\/ultimate-team\/web-app\/*"
            ]
        },
        {
            "js": [
                "support.js"
            ],
            "matches": [
                "https:\/\/futrich.com\/referral\/*",
                "https:\/\/futrich.com\/join\/*"
            ]
        }
    ],
    "description": "Sniping Bot for EA FC24 Web App.",
    "icons": {
        "128": "images\/NewLogo128.png",
        "16": "images\/NewLogo128.png",
        "48": "images\/NewLogo128.png"
    },
    "manifest_version": 3,
    "name": "Futrich Sniper Bot",
    "host_permissions": [
        "https:\/\/futrich.com\/",
        "https:\/\/www.futbin.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/futrich.com\/referral\/*",
            "https:\/\/futrich.com\/join\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "Futrich",
    "version": "1.0.10"
}