FUTBIN Updater

FUTBIN Lowest BIN Updater

FUTBIN Updaterคืออะไร?

FUTBIN Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FUTBIN และคุณลักษณะหลักของมันคือ "FUTBIN Lowest BIN Updater"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUTBIN Updater

ดาวน์โหลดไฟล์ส่วนขยาย FUTBIN Updater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}