FUTBIN

FUTBIN Import

FUTBIN là gì?

FUTBIN là một tiện ích mở rộng Chrome được phát triển bởi FUTBIN, và tính năng chính của nó là "FUTBIN Import".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FUTBIN

Tải xuống các tệp mở rộng FUTBIN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FUTBIN FUTBIN
ID adicaaffkmhgnfheifkjhopmambgfihl
URL Chính Thức https://chromewebstore.google.com/detail/futbin/adicaaffkmhgnfheifkjhopmambgfihl
Mô tả FUTBIN Import
Kích Thước Tệp 53.31 KB
Số Lần Cài Đặt 102,252
Phiên Bản Hiện Tại 3.6
Cập Nhật Lần Cuối 2020-10-01
Ngày Phát Hành 2020-06-22
Đánh Giá 4.02/5 Tổng số 272 Đánh Giá
Nhà Phát Triển FUTBIN
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.futbin.com/
URL Trang Trợ Giúp https://www.futbin.com/user/club
URL Trang Chính Sách Bảo Mật https://www.futbin.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}