FUTMind - Club import

The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.

FUTMind - Club import क्या है?

FUTMind - Club import https://futmind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp."।

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

screenshot
screenshot

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

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

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

                        The extension FUTMind & MyClub allows you to import your FUT club into to MyClub.gg .
Additionally, it keeps track of the pack opened on the EAFC 24 Ultimate Team Webapp. A comprehensive analysis and history of the packs can be found on the FUTMind website.                    

एक्सटेंशन की मूल जानकारी

नाम FUTMind - Club import FUTMind - Club import
ID digkkcgmdgclnmlaieeebimmmpbamgep
आधिकारिक URL https://chromewebstore.google.com/detail/futmind-club-import/digkkcgmdgclnmlaieeebimmmpbamgep
विवरण The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.
फ़ाइल का आकार 309 KB
स्थापना संख्या 1,413
वर्तमान संस्करण 2.1.4
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2020-07-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://futmind.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://futmind.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp.",
    "version": "2.1.4",
    "manifest_version": 3,
    "name": "FUTMind - Club import",
    "action": {
        "default_title": "FUTMind - Club import and Packs tracker",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "src\/assets\/img\/icon_dark_32.png",
        "48": "src\/assets\/img\/icon_dark_48.png",
        "64": "src\/assets\/img\/icon_dark_64.png",
        "128": "src\/assets\/img\/icon_dark_128.png",
        "512": "src\/assets\/img\/icon_dark_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.easports.com\/*ea-sports-fc\/ultimate-team\/web-app\/*",
                "*:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.bundle.js"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{da288fb7-04b7-4486-bf69-e6229152d724}",
            "strict_min_version": "42.0"
        }
    }
}