FUTDroid

FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!

Τι είναι το FUTDroid;

Το FUTDroid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FUTDroid, και η κύρια λειτουργία του είναι "FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FUTDroid

Λήψη αρχείων επέκτασης FUTDroid σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Ultimate and Safe Sniping Bot for EA FC 24!

If you want to build your dream team of Icons and Heroes and dominate the weekend league, FUTDroid is an essential tool for you. Effortlessly generate coins in the transfer market by automatically sniping and selling players.

FUTDroid is capable of performing searches and buying players faster than any human can do! From the moment you start using FUTDroid, you will never need to spend a single dime on coins and points again! Join us today and start build your dream team.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FUTDroid FUTDroid
ID bhgejomimkhkfilnpcdppnbhojdafjko
Επίσημο URL https://chromewebstore.google.com/detail/futdroid/bhgejomimkhkfilnpcdppnbhojdafjko
Περιγραφή FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!
Μέγεθος Αρχείου 436 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 3.1.0
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2023-10-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής FUTDroid
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.futdroid.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.futdroid.net/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://www.futdroid.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUTDroid",
    "description": "FUTDroid, the ultimate sniping bot for EAFC24! Generate coins effortlessly, build your dream team, and dominate the weekend league!",
    "icons": {
        "72": "public\/icons\/icon-72x72.png",
        "128": "public\/icons\/icon-128x128.png",
        "192": "public\/icons\/icon-192x192.png"
    },
    "version": "3.1.0.0",
    "version_name": "3.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/inject.js-loader-56da66aa.js",
                "assets\/index.ts-loader-42f7ff85.js"
            ],
            "all_frames": false,
            "css": [
                "src\/popup\/index.css",
                "assets\/index-864e9251.css"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/www.ea.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "resources": [
                "src\/popup\/index.css",
                "src\/content-script\/injected.js",
                "src\/content-script\/servicesInjector.js",
                "src\/content-script\/index.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "resources": [
                "assets\/inject.js-3a75aed1.js",
                "assets\/index.ts-27282cc4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}