FC Enhancer

Enhances your experience with FC24 web app

什么是FC Enhancer?

FC Enhancer是由https://futnext.com开发的Chrome扩展程序,该扩展的主要功能是“Enhances your experience with FC24 web app”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FC Enhancer扩展crx文件

下载FC Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enhances your experience with FC24 Ultimate Team web app with real time prices, shortcuts & Autobuyer 

Features:
- FUTBIN integration
- Shortcuts 
- Autobuyer with captcha solver
- SBC solutions based on club players
- Evolution suggestions based on club players
- UT Club players Analytics 


Discord channel: https://discord.com/invite/cktHYmp                    

扩展基本信息

名称 FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
官方URL https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
简介 Enhances your experience with FC24 web app
文件大小 899 KB
安装次数 101,002
当前版本 1.1.2.5
更新时间 2024-02-26
上架时间 2023-06-29
评分 4.77/5 共1016次评分
开发者 https://futnext.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://discord.com/invite/cktHYmp
帮助页面URL https://discord.com/invite/cktHYmp
隐私政策页面URL https://www.privacy.futhelpers.com
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/futbin.com\/*",
        "https:\/\/www.futbin.com\/*",
        "https:\/\/futbin.org\/*",
        "https:\/\/exp.host\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "alarms"
    ],
    "description": "Enhances your experience with FC24 web app",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FC Enhancer",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/vendor.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.1.2.5"
}