FUTSNIPER
Snipe your players on fifa21 webapp!
Vad är FUTSNIPER?
FUTSNIPER är en Chrome-tillägg utvecklad av GDev, och dess huvudfunktion är "Snipe your players on fifa21 webapp!".
Tilläggsskärmbilder
Ladda ner FUTSNIPER-förlängningens CRX-fil
Ladda ner FUTSNIPER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | hamifiodipokjopgfjbbbmdhkjbbpmej |
Officiell webbadress | https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej |
Beskrivning | Snipe your players on fifa21 webapp! |
Filstorlek | 106 KB |
Antal Installationer | 258 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-01-27 |
Publiceringsdatum | 2020-11-21 |
Betyg | 1.00/5 Totalt 6 Betyg |
Utvecklare | GDev |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://t.me/futsniper1 |
Stödda Språk | 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 } |