EAFC Sniping Bot

The all-in-one EAFC Sniping Bot

什麼是EAFC Sniping Bot?

EAFC Sniping Bot是由https://eafcsnipingbot.com開發的Chrome擴展程式,該擴展的主要功能是“The all-in-one EAFC Sniping Bot”。

擴展截圖

screenshot

下載EAFC Sniping Bot擴展crx文件

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

擴展使用說明

                        The all-in-one EAFC Sniping Bot
This EA FC Ultimate Team Web App tool automates sniping and selling to make coins without much effort, performing actions faster than any human could do while you sit back.

Join us now by installing our easy-to-use sniping bot and start building your dream team!                    

擴展基本資訊

名稱 EAFC Sniping Bot EAFC Sniping Bot
ID lgfbejfchjmlmoinjabomjkoomnekgko
官方網址 https://chromewebstore.google.com/detail/eafc-sniping-bot/lgfbejfchjmlmoinjabomjkoomnekgko
簡介 The all-in-one EAFC Sniping Bot
檔案大小 668 KB
安裝次數 483
目前版本 1.2.2
更新時間 2023-12-01
上架時間 2023-09-21
評分 3.67/5 共 3 次評分
開發者 https://eafcsnipingbot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://eafcsnipingbot.com
說明頁面URL http://eafcsnipingbot.com/contact
隱私政策頁面URL http://eafcsnipingbot.com/privacypolicy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EAFC Sniping Bot",
    "version": "1.2.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Id3UMUu+WmPw1jAKDUny5WCXuFqFYWOAIvwiHHy4g2FGt5bbgxNewH0G4EDj\/qQ8Ma9Grcban56L9Oqv2FR1pBpMND6vB6ak5huaSg28zNQhQhUaBhrNXHqkArtCyzIAsuXnoK5Hf0GRN8K7wunRJTkvy5bEIW7nD0U\/jffzMvC6QZSAfFR\/v\/bgbJsa86zJvy89dhwgKv1WP8QDHKf7HmHpAqPi1tF0ErRs+ZjjRbVJ6tg6RXOt3S83+pgA1xs538yWNmcDwEGPGB\/zkm\/HuAdlRwD6wqXDpm1iq2\/QzUSAf73GyTajsWK6GK4\/ayKFrpERTlZL7SVp4HVM0POWQIDAQAB",
    "description": "The all-in-one EAFC Sniping Bot",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.ea.com\/*",
        "https:\/\/eafcsnipingbot.com\/*",
        "https:\/\/www.futbin.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_title": "EAFC Sniping Bot"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*",
                "https:\/\/*.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*",
            "https:\/\/*.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/script.js",
                "css\/index.css",
                "html\/section.html",
                "js\/progressbar.js",
                "js\/jquery.js",
                "assets\/icon.png",
                "assets\/cash.mp3"
            ],
            "matches": [
                "https:\/\/*.ea.com\/*"
            ]
        }
    ]
}