Futrich Sniper Bot

Sniping Bot for EA FC24 Web App.

Futrich Sniper Bot क्या है?

Futrich Sniper Bot https://futrich.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sniping Bot for EA FC24 Web App."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Futrich Sniper Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}