FUTBIN Updater

FUTBIN Lowest BIN Updater

FUTBIN Updater란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        FUTBIN Updater lets you help the FUTBIN community by checking player prices on FIFA Ultimate Team Webapp and send these results to FUTBIN.
Every price update gives 1 FUTBIN credit. 
FUTBIN Credits can be used for FUTBIN Club Import and FUTBIN Club Analyzer                    

확장 프로그램 기본 정보

이름 FUTBIN Updater FUTBIN Updater
ID beejegoimbgpafoobegjmhjnehlmnbcn
공식 URL https://chromewebstore.google.com/detail/futbin-updater/beejegoimbgpafoobegjmhjnehlmnbcn
설명 FUTBIN Lowest BIN Updater
파일 크기 86.33 KB
설치 횟수 55,472
현재 버전 1.0.8
최근 업데이트 2020-10-03
출시 날짜 2020-06-07
평점 2.28/5 총 123 개의 평점
개발자 FUTBIN
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.futbin.com/updater
도움말 페이지 URL https://www.futbin.com/updater/faq
개인정보 보호 정책 페이지 URL https://www.futbin.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUTBIN Updater",
    "description": "FUTBIN Lowest BIN Updater",
    "version": "1.0.8",
    "manifest_version": 2,
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive_logo.png"
        },
        "default_title": "FUTBIN Updater",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "icons\/futbin_ext_icon.png",
        "48": "icons\/futbin_ext_icon_48.png",
        "16": "icons\/futbin_ext_icon_16.png"
    },
    "web_accessible_resources": [
        "content\/hook.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.futbin.com\/updater*"
            ],
            "js": [
                "content\/futbin_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content\/proxy.js",
                "content\/load_hook.js",
                "content\/ea_content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/www.futbin.com\/*",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'"
}