Snipe Sensei

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

Snipe Sensei क्या है?

Snipe Sensei snipesensei.bot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take your FUT experience to the next level with the Snipe Sensei Sniping Bot."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snipe Sensei एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}