Snipe Sensei

Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.

Τι είναι το Snipe Sensei;

Το Snipe Sensei είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον snipesensei.bot, και η κύρια λειτουργία του είναι "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.".

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

screenshot

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

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

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

                        Snipe Sensei sniping bot for EAFC

Take your ultimate team experience to the next level with our tool!

Snipe Sensei automates the sniping and selling process so you can sit back and relax whilst our sniping bot does all the work - earning you coins in FC 24. Make your dream teams today!

For any questions contact our support instagram @snipesensei                    

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

Όνομα Snipe Sensei Snipe Sensei
ID banenbandgkedafhamkionjblbbiblmf
Επίσημο URL https://chromewebstore.google.com/detail/snipe-sensei/banenbandgkedafhamkionjblbbiblmf
Περιγραφή Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.
Μέγεθος Αρχείου 431 KB
Αριθμός Εγκαταστάσεων 1,739
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2023-10-08
Ημερομηνία Δημοσίευσης 2023-10-07
Προγραμματιστής snipesensei.bot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://snipesensei.com/
URL της Σελίδας Πολιτικής Απορρήτου https://snipesensei.com/policies/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snipe Sensei",
    "short_name": "Snipe Sensei",
    "version": "2.1",
    "manifest_version": 3,
    "description": "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Snipe Sensei",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost\/snipessence\/",
        "https:\/\/snipesensei.online\/app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "js\/*",
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}