FutSniperExtension

FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.

Τι είναι το FutSniperExtension;

Το FutSniperExtension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://futsniperweb.com.br, και η κύρια λειτουργία του είναι "FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        An extension that helps make the EA FC Ultimate Team web app easier to use, allowing you to automate your trades on the WebApp.

In addition, this extension has other tools for automatic listing, bidding, Analysis of Player Listings, purchase of squad for SBC, etc ...

*New*
Now the system mounts your DME

*Note*
For more information visit the website https://futsniperweb.com.br/
To use this extension you need to have an account in our system, making the registration simple you get 3 days free to test the tool.

*Important*
EA does not support third-party extensions, this is against the rules of the game established by the company. When installing and using, you assume any and all risks associated with use. Our goal is to complement the WebApp EA FC by automating and making life easier for the EA FC Player.                    

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

Όνομα FutSniperExtension FutSniperExtension
ID pnenhoomfmddepcbmmkpkbdoplmjohge
Επίσημο URL https://chromewebstore.google.com/detail/futsniperextension/pnenhoomfmddepcbmmkpkbdoplmjohge
Περιγραφή FutSniperExtension is an extension that helps to automate your trade in the FUT WebApp.
Μέγεθος Αρχείου 213 KB
Αριθμός Εγκαταστάσεων 5,354
Τρέχουσα Έκδοση 7.0.4
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2020-11-30
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://futsniperweb.com.br
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://futsniperweb.com.br/
Διεύθυνση URL της Σελίδας Βοήθειας https://futsniperweb.com.br/contato
URL της Σελίδας Πολιτικής Απορρήτου https://futsniperweb.com.br/politica-de-privacidade
Υποστηριζόμενες Γλώσσες en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "7.0.4",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/plugins\/jquery-3.2.1.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/yc7y9.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/futsniperweb.com.br\/*",
                "*:\/\/*.futsniperweb.com.br\/*",
                "*:\/\/futsniperweb\/*"
            ],
            "js": [
                "js\/n22uv.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/erssi.js"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/futsniperweb.com.br\/*",
            "*:\/\/*.futsniperweb.com.br\/*",
            "*:\/\/futsniperweb\/*",
            "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "notifications",
        "declarativeContent",
        "browsingData",
        "*:\/\/www.futbin.com\/*",
        "*:\/\/apisf.futalert.co.uk\/",
        "*:\/\/dsfut.net\/*",
        "*:\/\/*.mydgn.com\/*",
        "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
        "*:\/\/utas.mob.v2.prd.futc-ext.gcp.ea.com\/*"
    ]
}