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
Eメール [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": [
                ""
            ]
        }
    ]
}