FUT Boost
FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
¿Qué es FUT Boost?
FUT Boost es una extensión de Chrome desarrollada por wullimann.gregory, y su función principal es "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FUT Boost
Descarga archivos de extensión FUT Boost en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
FUT Boost will add many functionality to the FUT Web App, some examples are an enriched transfer market search, with ratings and type filters; a quick overview of your club; SBC prices and more!
Información Básica de la Extensión
Nombre | FUT Boost |
ID | kjaanmemidaccchinphechnbccfblddn |
URL Oficial | https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn |
Descripción | FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App! |
Tamaño del Archivo | 362 KB |
Cantidad de Instalaciones | 174 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-04-19 |
Fecha de Publicación | 2020-04-19 |
Desarrollador | wullimann.gregory |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/GregoryWullimann/FUTBoost |
URL de la Página de Ayuda | https://github.com/GregoryWullimann/FUTBoost |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUT Boost", "description": "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.easports.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ], "css": [ "\/js\/injected.css" ] } ], "browser_action": { "default_title": "FUT Boost", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/injected.js", "images\/*.png" ], "permissions": [ "storage" ] } |