Snipe Sensei

Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.

什么是Snipe Sensei?

Snipe Sensei是由snipesensei.bot开发的Chrome扩展程序,该扩展的主要功能是“Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.”。

扩展截图

screenshot

下载Snipe Sensei扩展crx文件

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

扩展使用说明

                        Snipe Sensei sniping bot for EAFC

Take your ultimate team experience to the next level with our tool!

Snipe Sensei automates the sniping and selling process so you can sit back and relax whilst our sniping bot does all the work - earning you coins in FC 24. Make your dream teams today!

For any questions contact our support instagram @snipesensei                    

扩展基本信息

名称 Snipe Sensei Snipe Sensei
ID banenbandgkedafhamkionjblbbiblmf
官方URL https://chromewebstore.google.com/detail/snipe-sensei/banenbandgkedafhamkionjblbbiblmf
简介 Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.
文件大小 431 KB
安装次数 1,739
当前版本 2.1
更新时间 2023-10-08
上架时间 2023-10-07
开发者 snipesensei.bot
电子邮箱 [email protected]
付费类型 free
扩展官网 https://snipesensei.com/
隐私政策页面URL https://snipesensei.com/policies/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snipe Sensei",
    "short_name": "Snipe Sensei",
    "version": "2.1",
    "manifest_version": 3,
    "description": "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Snipe Sensei",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ea.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost\/snipessence\/",
        "https:\/\/snipesensei.online\/app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "js\/*",
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}