FIFA 21 Auto Buyer

FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…

ما هو FIFA 21 Auto Buyer؟

FIFA 21 Auto Buyer هو إضافة Chrome تم تطويرها بواسطة CK Algos، والميزة الرئيسية لها هي "FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FIFA 21 Auto Buyer

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

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

                        FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App

To know more about the tool , visit 
https://github.com/chithakumar13/Fifa21-AutoBuyer#Usage                    

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

الاسم FIFA 21 Auto Buyer FIFA 21 Auto Buyer
ID hklpngnanhfhlabohbocgnhacjlhidgp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fifa-21-auto-buyer/hklpngnanhfhlabohbocgnhacjlhidgp
الوصف FIFA 21 Auto Buyer To Automatically Buy Bid and List item on Web App To know more about the tool , visit…
حجم الملف 19.19 KB
عدد التثبيتات 683
النسخة الحالية 1.0.0.1
آخر تحديث 2020-10-27
تاريخ النشر 2020-10-23
تقييم 3.67/5 مجموع تقييمات 6
المطور CK Algos
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/chithakumar13/Fifa21-AutoBuyer
عنوان صفحة المساعدة https://github.com/chithakumar13/Fifa21-AutoBuyer/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 21 Auto Buyer",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "autobuyer.js",
        "autobuyermenu.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}