Faceit Forecast Beta

Forcast the Faceit match outcome for each map!

ما هو Faceit Forecast Beta؟

Faceit Forecast Beta هو إضافة Chrome تم تطويرها بواسطة PatriciJo، والميزة الرئيسية لها هي "Forcast the Faceit match outcome for each map!".

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

screenshot

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

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

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

                        Forecast the Faceit match outcome for each map!
Faceit Forecast helps you win more Faceit games by analyzing each player's map performance and calculating the winning chance for each map! 

We use an algorithm that considers multiple things like K/D, win rate, last matches performance, and more to calculate the winning chance!

Faceit Forecast is not affiliated with or endorsed by FACEIT.                    

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

الاسم Faceit Forecast Beta Faceit Forecast Beta
ID bcibbgnfckeodgdmoogjkgdigggcdmha
عنوان URL الرسمي https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha
الوصف Forcast the Faceit match outcome for each map!
حجم الملف 207 KB
عدد التثبيتات 149
النسخة الحالية 0.4.3
آخر تحديث 2022-09-26
تاريخ النشر 2022-08-10
تقييم 5.00/5 مجموع تقييمات 3
المطور PatriciJo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit Forecast Beta",
    "version": "0.4.3",
    "description": "Forcast the Faceit match outcome for each map!",
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/16.png",
        "32": ".\/img\/32.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.faceit.com\/*"
    ]
}