FUTSTARZ Toolbar

This Extensions will help you trading with shortcuts and prices.

FUTSTARZ Toolbarคืออะไร?

FUTSTARZ Toolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://futstarz.com และคุณลักษณะหลักของมันคือ "This Extensions will help you trading with shortcuts and prices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUTSTARZ Toolbar

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}