FUTWIZ Sync
Syncs your FIFA 17 FUT Club with FUTWIZ
What is FUTWIZ Sync?
FUTWIZ Sync is a Chrome extension developed by https://www.futwiz.com, and its main feature is "Syncs your FIFA 17 FUT Club with FUTWIZ".
Extension Screenshots
Download FUTWIZ Sync Extension CRX File
Download FUTWIZ Sync 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
Sync your Ultimate Team club with FUTWIZ. Once synced, you can search your club and see stats for individual players you own, as well as see who you need to buy to finish the collection of players available!
Extension Basic Information
Name | FUTWIZ Sync |
ID | hmonmgdfpgohkocmljboopebpcpaccin |
Official URL | https://chromewebstore.google.com/detail/futwiz-sync/hmonmgdfpgohkocmljboopebpcpaccin |
Description | Syncs your FIFA 17 FUT Club with FUTWIZ |
File Size | 50.65 KB |
Installation Count | 3,189 |
Current Version | 2.0.4 |
Last Updated | 2017-03-21 |
Publish Date | 2017-03-21 |
Rating | 4.20/5 Total 20 Ratings |
Developer | https://www.futwiz.com |
Payment Type | free |
Extension Website | http://www.futwiz.com |
Help Page URL | http://www.futwiz.com/en/sync |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUTWIZ Sync", "description": "Syncs your FIFA 17 FUT Club with FUTWIZ", "version": "2.0.4", "browser_action": { "default_title": "FUTWIZ" }, "background": { "scripts": [ "futwiz-chrome.js" ] }, "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" }, "permissions": [ "activeTab", "webRequest", "*:\/\/*.easports.com\/", "*:\/\/*.ea.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.futwiz.com\/*" ], "js": [ "openDialog.js", "jquery.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.futwiz.com\/*" ] } } |