FUTSTARZ Toolbar

This Extensions will help you trading with shortcuts and prices.

什么是FUTSTARZ Toolbar?

FUTSTARZ Toolbar是由https://futstarz.com开发的Chrome扩展程序,该扩展的主要功能是“This Extensions will help you trading with shortcuts and prices.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FUTSTARZ Toolbar扩展crx文件

下载FUTSTARZ Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FUTSTARZ Toolbar FUTSTARZ Toolbar
ID hedpbkholbkpnkkgcpfehkfafeamlhfb
官方URL https://chromewebstore.google.com/detail/futstarz-toolbar/hedpbkholbkpnkkgcpfehkfafeamlhfb
简介 This Extensions will help you trading with shortcuts and prices.
文件大小 1.19 MB
安装次数 476
当前版本 1.0.10
更新时间 2021-04-19
上架时间 2020-08-18
评分 4.06/5 共17次评分
开发者 https://futstarz.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://futstarz.com/
帮助页面URL https://futstarz.com/
隐私政策页面URL https://www.futstarz.com/privacy-policy-cookies
支持的语言 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\/*"
        ]
    }
}