FUTSNIPER
Snipe your players on fifa21 webapp!
What is FUTSNIPER?
FUTSNIPER is a Chrome extension developed by GDev, and its main feature is "Snipe your players on fifa21 webapp!".
Extension Screenshots
Download FUTSNIPER Extension CRX File
Download FUTSNIPER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | hamifiodipokjopgfjbbbmdhkjbbpmej |
Official URL | https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej |
Description | Snipe your players on fifa21 webapp! |
File Size | 106 KB |
Installation Count | 258 |
Current Version | 1.0 |
Last Updated | 2021-01-27 |
Publish Date | 2020-11-21 |
Rating | 1.00/5 Total 6 Ratings |
Developer | GDev |
[email protected] | |
Payment Type | free |
Help Page URL | https://t.me/futsniper1 |
Supported Languages | 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 } |