Faceit Guru

Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…

ما هو Faceit Guru؟

Faceit Guru هو إضافة Chrome تم تطويرها بواسطة http://faceit-guru.com، والميزة الرئيسية لها هي "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Faceit Guru

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

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

                        Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the opponent weak spots.

NOTE: Faceit Guru is developed independently, and is not officially endorsed by or affiliated with FACEIT.                    

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

الاسم Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
الوصف Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
حجم الملف 31.66 KB
عدد التثبيتات 622
النسخة الحالية 1.1.1
آخر تحديث 2020-10-05
تاريخ النشر 2020-08-17
تقييم 5.00/5 مجموع تقييمات 2
المطور http://faceit-guru.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://faceit-guru.com/
عنوان صفحة المساعدة https://faceit-guru.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit Guru",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Faceit Guru",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}