CS2 Faceit Stats

Browser extension displays a users stats on FACEIT on their Steam profile.

ما هو CS2 Faceit Stats؟

CS2 Faceit Stats هو إضافة Chrome تم تطويرها بواسطة nol1cx، والميزة الرئيسية لها هي "Browser extension displays a users stats on FACEIT on their Steam profile.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Faceit stats by nol1cx is a browser extension that displays user stats from FACEIT.com on their Steam profile. Therefore it may be used as a shortcut to find more information quickly on the users FACEIT stats without having to go over to the platform.                    

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

الاسم CS2 Faceit Stats CS2 Faceit Stats
ID hhamdfhacjkmpefgmpehalapnoopakmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk
الوصف Browser extension displays a users stats on FACEIT on their Steam profile.
حجم الملف 405 KB
عدد التثبيتات 113
النسخة الحالية 3.2
آخر تحديث 2024-02-22
تاريخ النشر 2023-11-28
تقييم 3.00/5 مجموع تقييمات 2
المطور nol1cx
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vk.com/gpgesports
عنوان صفحة المساعدة https://vk.com/gpgesports
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CS2 Faceit Stats",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "version": "3.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/vk.com\/gpgesports",
    "description": "Browser extension displays a users stats on FACEIT on their Steam profile.",
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "CS2 Faceit Stats"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts\/main_new.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/levels\/1.svg",
                "img\/levels\/2.svg",
                "img\/levels\/3.svg",
                "img\/levels\/4.svg",
                "img\/levels\/5.svg",
                "img\/levels\/6.svg",
                "img\/levels\/7.svg",
                "img\/levels\/8.svg",
                "img\/levels\/9.svg",
                "img\/levels\/10.svg",
                "img\/levels\/unranked.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}