FIFAWY SNIPER
Automate your sniping on FIFA 22!
Τι είναι το FIFAWY SNIPER;
Το FIFAWY SNIPER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FIFAWY SNIPER, και η κύρια λειτουργία του είναι "Automate your sniping on FIFA 22!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FIFAWY SNIPER
Λήψη αρχείων επέκτασης FIFAWY SNIPER σε μορφή 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 :D The only thing you need to do is to search for a player with a buy price max, open the FIFAWY SNIPER popup and press "S"! 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. - CONTACT: For any type of problem, support, requests for improvement, do not hesitate to send message at our email: [email protected] The FIFAWY SNIPER TEAM.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ldkadkbphlkinibagijdjffccbonfcge |
Επίσημο URL | https://chrome.google.com/webstore/detail/fifawy-sniper/ldkadkbphlkinibagijdjffccbonfcge |
Περιγραφή | Automate your sniping on FIFA 22! |
Μέγεθος Αρχείου | 385 KB |
Αριθμός Εγκαταστάσεων | 103 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2021-10-23 |
Ημερομηνία Δημοσίευσης | 2021-10-12 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | FIFAWY SNIPER |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://m.me/FifawySniper |
URL της Σελίδας Πολιτικής Απορρήτου | https://fifawy.funny-gifs.me/Privacy-Policy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "includes\/jquery.js", "includes\/contentScript.js" ], "matches": [ "https:\/\/www.easports.com\/*", "https:\/\/www.ea.com\/*" ] } ], "description": "Automate your sniping on FIFA 22!", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3jqOW2dcQXL83AkvCxuDItC8\/+UtYqIX3r+VjA7YEBpQfEYjKZaTs\/p7dmJQIQdQKjjknOwSBQD7id9J1cgJ8gKpT1E82MYWysTAZPQlkf7oaoVwwgQKmrwIc8\/d4hdNokJhYEB8okoFgUYmiwv6by1vPInEwdTJ+wO0XlXmb+UhfuzNJBCJLA+k7a7rIX+9GHFT543SOWKQd+aNOY9EYWD97Ro8QKzuW1H2wZXwXjpgDOfgT4LgTXJUKy77kgTX5JwraUCQ31VXQ7bVPenCb0g0ZeT+v7AGtsheCKvZdBdIhFwlJhmDZexAUy+9i6W5KlneBqSeTPCDxb+FYb38wIDAQAB", "manifest_version": 2, "name": "FIFAWY SNIPER", "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\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |