Snipe Sensei

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

Was ist Snipe Sensei?

Snipe Sensei ist eine Chrome-Erweiterung, die von snipesensei.bot entwickelt wurde, und ihr Hauptmerkmal ist "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.".

Erweiterungsscreenshots

screenshot

Snipe Sensei-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snipe Sensei-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Snipe Sensei Snipe Sensei
ID banenbandgkedafhamkionjblbbiblmf
Offizielle URL https://chromewebstore.google.com/detail/snipe-sensei/banenbandgkedafhamkionjblbbiblmf
Beschreibung Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.
Dateigröße 431 KB
Installationsanzahl 1,739
Aktuelle Version 2.1
Letztes Update 2023-10-08
Veröffentlichungsdatum 2023-10-07
Entwickler snipesensei.bot
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://snipesensei.com/
URL der Datenschutzrichtlinien-Seite https://snipesensei.com/policies/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}