FUTBIN Updater

FUTBIN Lowest BIN Updater

FUTBIN Updater क्या है?

FUTBIN Updater FUTBIN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FUTBIN Lowest BIN Updater"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FUTBIN Updater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}