FC Enhancer

Enhances your experience with FC24 web app

FC Enhancer क्या है?

FC Enhancer https://futnext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances your experience with FC24 web app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FC Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}