FutHelper - Бот EAFC 24

Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.

FutHelper - Бот EAFC 24とは何ですか?

FutHelper - Бот EAFC 24はhttps://futhelper.ruによって開発されたChromeの拡張機能で、その主な機能は「Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

FutHelper - Бот EAFC 24拡張機能のCRXファイルをダウンロード

FutHelper - Бот EAFC 24拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.

Сайт расширения - https://futhelper.ru/                    

拡張機能の基本情報

名前 FutHelper - Бот EAFC 24 FutHelper - Бот EAFC 24
ID oiebhmoigadnkhpjalkcpmadpiijapkf
公式URL https://chromewebstore.google.com/detail/futhelper-%D0%B1%D0%BE%D1%82-eafc-24/oiebhmoigadnkhpjalkcpmadpiijapkf
説明 Автоматическая покупка и продажа предметов EAFC. Гибкие настройки торговли. Быстрое получение цен с futbin.
ファイルサイズ 8.08 MB
インストール数 34
現在のバージョン 2.0.2
最終更新日 2024-03-01
公開日 2023-04-21
評価 4.20/5 合計 5 レビュー
開発者 https://futhelper.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://futhelper.ru/
ヘルプページのURL https://futhelper.ru/
プライバシーポリシーページのURL https://futhelper.ru/privacypolicy
対応言語 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.2",
    "name": "FutHelper - \u0411\u043e\u0442 EAFC 24",
    "description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 EAFC. \u0413\u0438\u0431\u043a\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438. \u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0446\u0435\u043d \u0441 futbin.",
    "icons": {
        "16": "assets\/futhelper-16.png",
        "32": "assets\/futhelper-32.png",
        "48": "assets\/futhelper-64.png",
        "128": "assets\/futhelper-128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/futhelper-128.png",
                "assets\/futhelper-disable.png",
                "assets\/futhelper-32.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/",
                "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
            ],
            "js": [
                "content\/market.js",
                "content\/header.js",
                "content\/futbin.js",
                "components\/market.js",
                "components\/futbin.js",
                "lib\/futbin.js",
                "lib\/interface.js",
                "lib\/market.js"
            ],
            "css": [
                "global.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "https:\/\/futhelper.ru\/*",
        "https:\/\/utas.mob.v2.fut.ea.com\/*",
        "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/",
        "https:\/\/*.ea.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/www.futbin.com\/*"
    ]
}