FUTSNIPER

Snipe your players on fifa21 webapp!

ما هو FUTSNIPER؟

FUTSNIPER هو إضافة Chrome تم تطويرها بواسطة GDev، والميزة الرئيسية لها هي "Snipe your players on fifa21 webapp!".

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

screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد FUTSNIPER بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easy sniping for Fifa Web App 21.
Futinator can do the work for you like buying, bidding or listing (Quick Buy, Search, Change Price).
Snipe faster than others!                    

معلومات أساسية عن التمديد

الاسم FUTSNIPER FUTSNIPER
ID hamifiodipokjopgfjbbbmdhkjbbpmej
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej
الوصف Snipe your players on fifa21 webapp!
حجم الملف 106 KB
عدد التثبيتات 258
النسخة الحالية 1.0
آخر تحديث 2021-01-27
تاريخ النشر 2020-11-21
تقييم 1.00/5 مجموع تقييمات 6
المطور GDev
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://t.me/futsniper1
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUTSNIPER",
    "version": "1.0",
    "description": "Snipe your players on fifa21 webapp!",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/it-it\/fifa\/ultimate-team\/web-app\/"
            ],
            "js": [
                "content.js",
                "jquery-3.5.1.min.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}