FutSnip

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

ما هو FutSnip؟

FutSnip هو إضافة Chrome تم تطويرها بواسطة futsnipx، والميزة الرئيسية لها هي "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FutSnip

قم بتنزيل ملفات الامتداد FutSnip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}