FUTBIN Updater

FUTBIN Lowest BIN Updater

Qu'est-ce que FUTBIN Updater ?

FUTBIN Updater est une extension Chrome développée par FUTBIN, et sa fonction principale est "FUTBIN Lowest BIN Updater".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FUTBIN Updater

Téléchargez les fichiers d'extension FUTBIN Updater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FUTBIN Updater FUTBIN Updater
ID beejegoimbgpafoobegjmhjnehlmnbcn
URL Officiel https://chromewebstore.google.com/detail/futbin-updater/beejegoimbgpafoobegjmhjnehlmnbcn
Description FUTBIN Lowest BIN Updater
Taille du Fichier 86.33 KB
Nombre d'Installations 55,472
Version Actuelle 1.0.8
Dernière Mise à Jour 2020-10-03
Date de Publication 2020-06-07
Évaluation 2.28/5 Total 123 Évaluations
Développeur FUTBIN
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.futbin.com/updater
URL de la Page d'Aide https://www.futbin.com/updater/faq
URL de la Page de Politique de Confidentialité https://www.futbin.com/privacy
Langues Prises en Charge 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'"
}