FutSnip

This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .

FutSnip क्या है?

FutSnip futsnipx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts ."।

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

screenshot

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

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

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

                        This Extensions will save you tons of time and help you doing most operation of FIFA Ultimate Team(FUT21) in-game purchases using shortcuts .
The FutSnip Toolbar extension  will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket!                    

एक्सटेंशन की मूल जानकारी

नाम FutSnip FutSnip
ID cmgfkddlibekfdaedeaacpbelijmmlnn
आधिकारिक URL https://chromewebstore.google.com/detail/futsnip/cmgfkddlibekfdaedeaacpbelijmmlnn
विवरण This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .
फ़ाइल का आकार 64.59 KB
स्थापना संख्या 126
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2020-12-05
प्रकाशन तिथि 2020-12-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर futsnipx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FutSnip",
    "description": "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts . ",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/CryptoJs-aes.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "scripts\/virtualpointer.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/firestore.googleapis.com  https:\/\/cdn.firebase.com https:\/\/www.gstatic.com; object-src 'self'"
}