FC 24 Coins Generator FUT

Cutting-edge coins mining platform on FC 24 FUT market

什麼是FC 24 Coins Generator FUT?

FC 24 Coins Generator FUT是由https://futfun.com開發的Chrome擴展程式,該擴展的主要功能是“Cutting-edge coins mining platform on FC 24 FUT market”。

擴展截圖

screenshot

下載FC 24 Coins Generator FUT擴展crx文件

下載FC 24 Coins Generator FUT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing our FUT Automated Coins Generator, a game-changing tool for building your dream FC 24 Ultimate Team! Our bot automatically buys and sells players using cutting-edge algorithms that scan the transfer market for undervalued gems. With real-time updates and advanced analytics, our bot helps you make strategic buying decisions and maximize your team's potential. Join the ranks of top players with our powerful and intuitive FC 24 Automated Coins Generator!

Elevate your FC 24 Ultimate Team to new heights with our FUT Automated Coins Generator. Stay ahead of the game with our cutting-edge technology and safe, reliable performance. Choose us to unlock the full potential of your Ultimate Team!                    

擴展基本資訊

名稱 FC 24 Coins Generator FUT FC 24 Coins Generator FUT
ID pndeaciecioifmppjadlbaihilojkjnf
官方網址 https://chromewebstore.google.com/detail/fc-24-coins-generator-fut/pndeaciecioifmppjadlbaihilojkjnf
簡介 Cutting-edge coins mining platform on FC 24 FUT market
檔案大小 957 KB
安裝次數 10,000
目前版本 2.4.14
更新時間 2024-03-01
上架時間 2021-03-18
評分 3.79/5 共 162 次評分
開發者 https://futfun.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://futfun.com
隱私政策頁面URL https://futfun.com/privacy/policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FC 24 Coins Generator FUT",
    "description": "Cutting-edge coins mining platform on FC 24 FUT market",
    "version": "2.4.14",
    "action": {
        "default_popup": "index.html",
        "default_title": "FC 24 Ultimate Team Automated Coins Generator"
    },
    "icons": {
        "16": "logo192-red.png",
        "48": "logo192-red.png",
        "128": "logo192-red.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "webRequest",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app*",
        "*:\/\/*.ea.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts.js"
            ],
            "matches": [
                "*:\/\/www.ea.com\/*ea-sports-fc\/ultimate-team\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}