FUTSTARZ Toolbar

This Extensions will help you trading with shortcuts and prices.

Was ist FUTSTARZ Toolbar?

FUTSTARZ Toolbar ist eine Chrome-Erweiterung, die von https://futstarz.com entwickelt wurde, und ihr Hauptmerkmal ist "This Extensions will help you trading with shortcuts and prices.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

FUTSTARZ Toolbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie FUTSTARZ Toolbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FUTSTARZ Toolbar FUTSTARZ Toolbar
ID hedpbkholbkpnkkgcpfehkfafeamlhfb
Offizielle URL https://chromewebstore.google.com/detail/futstarz-toolbar/hedpbkholbkpnkkgcpfehkfafeamlhfb
Beschreibung This Extensions will help you trading with shortcuts and prices.
Dateigröße 1.19 MB
Installationsanzahl 476
Aktuelle Version 1.0.10
Letztes Update 2021-04-19
Veröffentlichungsdatum 2020-08-18
Bewertung 4.06/5 Insgesamt 17 Bewertungen
Entwickler https://futstarz.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://futstarz.com/
Hilfeseite URL https://futstarz.com/
URL der Datenschutzrichtlinien-Seite https://www.futstarz.com/privacy-policy-cookies
Unterstützte Sprachen 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\/*"
        ]
    }
}