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"
}