FC Enhancer

Enhances your experience with FC24 web app

Apa itu FC Enhancer?

FC Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://futnext.com, dan fitur utamanya adalah "Enhances your experience with FC24 web app".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FC Enhancer

Unduh file ekstensi FC Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FC Enhancer FC Enhancer
ID boffdonfioidojlcpmfnkngipappmcoh
URL Resmi https://chromewebstore.google.com/detail/fc-enhancer/boffdonfioidojlcpmfnkngipappmcoh
Deskripsi Enhances your experience with FC24 web app
Ukuran File 899 KB
Jumlah Instalasi 101,002
Versi Saat Ini 1.1.2.5
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2023-06-29
Penilaian 4.77/5 Total 1016 Penilaian
Pengembang https://futnext.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://discord.com/invite/cktHYmp
URL Halaman Bantuan https://discord.com/invite/cktHYmp
URL Halaman Kebijakan Privasi https://www.privacy.futhelpers.com
Bahasa yang Didukung 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"
}