FUTSTARZ Toolbar

This Extensions will help you trading with shortcuts and prices.

Cos'è FUTSTARZ Toolbar?

FUTSTARZ Toolbar è un'estensione di Chrome sviluppata da https://futstarz.com, e la sua funzione principale è "This Extensions will help you trading with shortcuts and prices.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FUTSTARZ Toolbar

Scarica i file di estensione FUTSTARZ Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The FUTSTARZ Toolbar extension  will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket! 

Some of our amazing features are: 
- it shows you all unassigned cards plus the coins you invested
- keyboard shortcuts to trade with ease at the FUT21 - Transfermarket
- get the current FUT market price for any player and insert the price for listing with ONE click

FUTSTARZ will save you tons of time and research. Trade with ease on the FIFA21 Transfermarket - this FIFA21 FUT Extension is  100% free!

----------------------------------------------------------------------------------------
HOW TO INSTALL:
1. Download Extension
2. Open the Futstarz-Toolbar extension popup ( symbol at upper right corner)
3. Grant permissions
4. Open Fifa Webapp                    

Informazioni di Base sull'Estensione

Nome FUTSTARZ Toolbar FUTSTARZ Toolbar
ID hedpbkholbkpnkkgcpfehkfafeamlhfb
URL Ufficiale https://chromewebstore.google.com/detail/futstarz-toolbar/hedpbkholbkpnkkgcpfehkfafeamlhfb
Descrizione This Extensions will help you trading with shortcuts and prices.
Dimensione del File 1.19 MB
Conteggio Installazioni 476
Versione Corrente 1.0.10
Ultimo Aggiornamento 2021-04-19
Data di Pubblicazione 2020-08-18
Valutazione 4.06/5 Totale 17 Valutazioni
Sviluppatore https://futstarz.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://futstarz.com/
URL della Pagina di Aiuto https://futstarz.com/
URL della Pagina della Politica sulla Privacy https://www.futstarz.com/privacy-policy-cookies
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUTSTARZ Toolbar",
    "version": "1.0.10",
    "description": "This Extensions will help you trading with shortcuts and prices.\n\n\n",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js",
                "js\/ga.js"
            ],
            "css": [
                "content.css",
                "assets\/css\/injected.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "icons": {
        "16": "img\/new\/coin.png",
        "48": "img\/new\/coin-48.png",
        "128": "img\/new\/coin-128.png"
    },
    "permissions": [],
    "optional_permissions": [
        "storage",
        "https:\/\/www.ea.com\/*",
        "https:\/\/*.futalert.co.uk\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-3.5.1.min.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ea.com\/*"
        ]
    }
}