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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.instagram.com/futrichextension/
عنوان صفحة سياسة الخصوصية 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"
}