Snipe Sensei

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

Snipe Sensei là gì?

Snipe Sensei là một tiện ích mở rộng Chrome được phát triển bởi snipesensei.bot, và tính năng chính của nó là "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snipe Sensei

Tải xuống các tệp mở rộng Snipe Sensei dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snipe Sensei Snipe Sensei
ID banenbandgkedafhamkionjblbbiblmf
URL Chính Thức https://chromewebstore.google.com/detail/snipe-sensei/banenbandgkedafhamkionjblbbiblmf
Mô tả Take your FUT experience to the next level with the Snipe Sensei Sniping Bot.
Kích Thước Tệp 431 KB
Số Lần Cài Đặt 1,739
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-10-08
Ngày Phát Hành 2023-10-07
Nhà Phát Triển snipesensei.bot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://snipesensei.com/
URL Trang Chính Sách Bảo Mật https://snipesensei.com/policies/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}