Sniperrr

Automate your sniping!

Τι είναι το Sniperrr;

Το Sniperrr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ZimO, και η κύρια λειτουργία του είναι "Automate your sniping!".

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

screenshot

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

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

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

                        This is the ultimate SNIPING tool for FUT.

Why it's the best? 
- You Don't need to set up anything!
- You Don't need to do anything for the Snipe process!
- You can even close the FUT webapp page (But keep an instance of chrome active) 
- We will do all the stuffs for you

The only thing you need to do is to search for a player with a buy price max, open the Sniperrr popup and click play!

We will search that player for you and buy it.

USAGE:

FIND ALL THE USAGE INSIDE THE APP!

ANTI BAN SYSTEM:
Depending on the frequency of the searches carried out, and the duration of the various breaks between them, the fut servers may become suspicious and request a captcha. Our anti-ban system understands when a captcha is requested and automatically stops the search. Then you just need to update the webapp page and resolve the captcha.

SETTINGS PAGE:
In the setting page you can set how often to perform a search, how many searches to make a pause, and the duration of the pause itself. In any case, we have prepared recommended settings for you.

DISCLAIMER:
Sniperrr and its developers do not assume responsibility for any type of illegal use given by the use of this tool.

CONTACTS:
For any type of problem, support, requests for improvement, do not hesitate to contact us at our email: [email protected]

The Sniperrr TEAM                    

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

Όνομα Sniperrr Sniperrr
ID hbfhjphklnjcpfindkfbbajlaajkhbnh
Επίσημο URL https://chromewebstore.google.com/detail/sniperrr/hbfhjphklnjcpfindkfbbajlaajkhbnh
Περιγραφή Automate your sniping!
Μέγεθος Αρχείου 616 KB
Αριθμός Εγκαταστάσεων 865
Τρέχουσα Έκδοση 4.3.0
Τελευταία Ενημέρωση 2020-12-04
Ημερομηνία Δημοσίευσης 2020-03-16
Αξιολόγηση 3.26/5 Συνολικά 38 Αξιολογήσεις
Προγραμματιστής ZimO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.sniperrr.net
Διεύθυνση URL της Σελίδας Βοήθειας https://www.sniperrr.net/#FAQ
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/futsniperrr/sniperrr/blob/master/index.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sniperrr",
    "version": "4.3.0",
    "description": "Automate your sniping!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/content\/*\/*\/*\/*\/*.json",
        "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/content\/*\/*\/*\/*\/*.json",
        "https:\/\/utas.external.s5.fut.ea.com\/",
        "https:\/\/utas.external.s4.fut.ea.com\/",
        "https:\/\/utas.external.s3.fut.ea.com\/",
        "https:\/\/utas.external.s2.fut.ea.com\/",
        "https:\/\/utas.external.s1.fut.ea.com\/",
        "https:\/\/www.futbin.com\/",
        "identity",
        "identity.email",
        "https:\/\/kiros.shop\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.easports.com\/*",
                "https:\/\/www.ea.com\/*"
            ],
            "js": [
                "includes\/jquery.js",
                "includes\/contentScript.js"
            ]
        }
    ]
}