UTSniper

UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.

Τι είναι το UTSniper;

Το UTSniper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον UTSniper, και η κύρια λειτουργία του είναι "UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.".

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

screenshot
screenshot

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

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

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

                        UTSniper is a fut autobuyer that revolutionize the sniping and selling process, streamlining profits effortlessly by conducting searches at an unparalleled speed, surpassing human capabilities! Once initiated, it liberates you from further coin expenses. Experience this by installing our user-friendly sniping bot today and join the wave of automated success!

You can access our website by following this link : https://www.utsniper.com                    

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

Όνομα UTSniper UTSniper
ID oedcimpodglmiiikihcklcgepfpphplb
Επίσημο URL https://chromewebstore.google.com/detail/utsniper/oedcimpodglmiiikihcklcgepfpphplb
Περιγραφή UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.
Μέγεθος Αρχείου 789 KB
Αριθμός Εγκαταστάσεων 238
Τρέχουσα Έκδοση 1.0.2.7
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-12-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής UTSniper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.utsniper.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UTSniper",
    "version": "1.0.2.7",
    "description": "UTSniper is a Web App Tool that automates sniping and selling players on FIFA Web App.",
    "minimum_chrome_version": "116",
    "permissions": [
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/header.js",
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ea.com\/*",
            "https:\/\/futbin.com\/*",
            "https:\/\/www.futbin.com\/*",
            "https:\/\/discord.com\/*",
            "https:\/\/www.discord.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/futbin.com\/*",
        "https:\/\/www.futbin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/popup.js",
                "js\/header.js",
                "js\/main.js",
                "js\/main2.js",
                "fonts\/Play-Bold.ttf",
                "fonts\/Play-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}