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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension FUT Mind can import your FUT club and keeps track of the pack opened on the FUT Webapp."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FUTMind - Club import 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}