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!
什么是FUT Boost?
FUT Boost是由wullimann.gregory开发的Chrome扩展程序,该扩展的主要功能是“FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!”。
扩展截图
下载FUT Boost扩展crx文件
下载FUT Boost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| ID | kjaanmemidaccchinphechnbccfblddn |
| 官方URL | https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn |
| 简介 | FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App! |
| 文件大小 | 362 KB |
| 安装次数 | 174 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-04-19 |
| 上架时间 | 2020-04-19 |
| 开发者 | wullimann.gregory |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/GregoryWullimann/FUTBoost |
| 帮助页面URL | https://github.com/GregoryWullimann/FUTBoost |
| 支持的语言 | 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"
]
} | |