FUTBIN Updater
FUTBIN Lowest BIN Updater
What is FUTBIN Updater?
FUTBIN Updater is a Chrome extension developed by FUTBIN, and its main feature is "FUTBIN Lowest BIN Updater".
Extension Screenshots
Download FUTBIN Updater Extension CRX File
Download FUTBIN Updater 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
FUTBIN Updater lets you help the FUTBIN community by checking player prices on FIFA Ultimate Team Webapp and send these results to FUTBIN. Every price update gives 1 FUTBIN credit. FUTBIN Credits can be used for FUTBIN Club Import and FUTBIN Club Analyzer
Extension Basic Information
Name | FUTBIN Updater |
ID | beejegoimbgpafoobegjmhjnehlmnbcn |
Official URL | https://chromewebstore.google.com/detail/futbin-updater/beejegoimbgpafoobegjmhjnehlmnbcn |
Description | FUTBIN Lowest BIN Updater |
File Size | 86.33 KB |
Installation Count | 55,472 |
Current Version | 1.0.8 |
Last Updated | 2020-10-03 |
Publish Date | 2020-06-07 |
Rating | 2.28/5 Total 123 Ratings |
Developer | FUTBIN |
[email protected] | |
Payment Type | free |
Extension Website | https://www.futbin.com/updater |
Help Page URL | https://www.futbin.com/updater/faq |
Privacy Policy Page URL | https://www.futbin.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTBIN Updater", "description": "FUTBIN Lowest BIN Updater", "version": "1.0.8", "manifest_version": 2, "background": { "page": "background\/background.html", "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/inactive_logo.png" }, "default_title": "FUTBIN Updater", "default_popup": "popup\/popup.html" }, "icons": { "128": "icons\/futbin_ext_icon.png", "48": "icons\/futbin_ext_icon_48.png", "16": "icons\/futbin_ext_icon_16.png" }, "web_accessible_resources": [ "content\/hook.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.futbin.com\/updater*" ], "js": [ "content\/futbin_content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "content\/proxy.js", "content\/load_hook.js", "content\/ea_content.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/www.futbin.com\/*", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'" } |