FUTBIN Updater

FUTBIN Lowest BIN Updater

Co to jest FUTBIN Updater?

FUTBIN Updater to rozszerzenie Chrome opracowane przez FUTBIN, a jego główną funkcją jest „FUTBIN Lowest BIN Updater”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FUTBIN Updater

Pobierz pliki rozszerzeń FUTBIN Updater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FUTBIN Updater FUTBIN Updater
ID beejegoimbgpafoobegjmhjnehlmnbcn
Oficjalny URL https://chromewebstore.google.com/detail/futbin-updater/beejegoimbgpafoobegjmhjnehlmnbcn
Opis FUTBIN Lowest BIN Updater
Rozmiar pliku 86.33 KB
Liczba instalacji 55,472
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2020-10-03
Data Publikacji 2020-06-07
Ocena 2.28/5 Łącznie 123 Oceny
Deweloper FUTBIN
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.futbin.com/updater
Adres URL Strony Pomocy https://www.futbin.com/updater/faq
Adres URL Strony Polityki Prywatności https://www.futbin.com/privacy
Obsługiwane Języki 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'"
}