FUTSNIPER
Snipe your players on fifa21 webapp!
Wat is FUTSNIPER?
FUTSNIPER is een Chrome-extensie ontwikkeld door GDev, en de belangrijkste functie is "Snipe your players on fifa21 webapp!".
Extensie Screenshots
Download het CRX-bestand van de extensie FUTSNIPER
Download FUTSNIPER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easy sniping for Fifa Web App 21. Futinator can do the work for you like buying, bidding or listing (Quick Buy, Search, Change Price). Snipe faster than others!
Basisinformatie over de Extensie
Naam | |
ID | hamifiodipokjopgfjbbbmdhkjbbpmej |
Officiële URL | https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej |
Beschrijving | Snipe your players on fifa21 webapp! |
Bestandsgrootte | 106 KB |
Aantal Installaties | 258 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-27 |
Publicatiedatum | 2020-11-21 |
Beoordeling | 1.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | GDev |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://t.me/futsniper1 |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTSNIPER", "version": "1.0", "description": "Snipe your players on fifa21 webapp!", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/it-it\/fifa\/ultimate-team\/web-app\/" ], "js": [ "content.js", "jquery-3.5.1.min.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |