FUTBIN

FUTBIN Import

FUTBIN란 무엇입니까?

FUTBIN은(는) FUTBIN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FUTBIN Import"입니다.

확장 프로그램 스크린샷

screenshot

FUTBIN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The FUTBIN import extension allows you to import your FIFA Ultimate Team club data into your FUTBIN user. 
The import page will analyse your club players, consumables, player assists, goals and more.
With the FUTBIN import extension you can navigate your club easily and find:
-Top goal scorers
-Top assists 
-Most profitable players
-biggest loss on players.
-Consumables summary
-Trade pile information
-And much more...                    

확장 프로그램 기본 정보

이름 FUTBIN FUTBIN
ID adicaaffkmhgnfheifkjhopmambgfihl
공식 URL https://chromewebstore.google.com/detail/futbin/adicaaffkmhgnfheifkjhopmambgfihl
설명 FUTBIN Import
파일 크기 53.31 KB
설치 횟수 102,252
현재 버전 3.6
최근 업데이트 2020-10-01
출시 날짜 2020-06-22
평점 4.02/5 총 272 개의 평점
개발자 FUTBIN
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.futbin.com/
도움말 페이지 URL https://www.futbin.com/user/club
개인정보 보호 정책 페이지 URL https://www.futbin.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "FUTBIN",
    "name": "FUTBIN",
    "description": "FUTBIN Import",
    "version": "3.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.2.4.min.js",
            "js\/bg.js",
            "js\/lib\/lz-string.js"
        ]
    },
    "web_accessible_resources": [
        "js\/hook.js"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.ea.com\/*"
            ],
            "js": [
                "js\/proxy.js",
                "js\/loader_hook.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "matches": [
                "*:\/\/www.futbin.com\/user\/club\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.2.4.min.js",
                "js\/site.js",
                "js\/lib\/lz-string.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/images\/logo_green.png",
        "48": "\/images\/logo_green48.png",
        "16": "\/images\/logo_green16.png"
    },
    "browser_action": {
        "default_icon": "\/images\/logo_grey.png",
        "default_title": "FUTBIN"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.futbin.com\/user\/club\/*"
        ]
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'"
}