CS2 Faceit Stats

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

CS2 Faceit Stats là gì?

CS2 Faceit Stats là một tiện ích mở rộng Chrome được phát triển bởi nol1cx, và tính năng chính của nó là "Browser extension displays a users stats on FACEIT on their Steam profile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CS2 Faceit Stats

Tải xuống các tệp mở rộng CS2 Faceit Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CS2 Faceit Stats CS2 Faceit Stats
ID hhamdfhacjkmpefgmpehalapnoopakmk
URL Chính Thức https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk
Mô tả Browser extension displays a users stats on FACEIT on their Steam profile.
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2023-11-28
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nol1cx
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vk.com/gpgesports
URL Trang Trợ Giúp https://vk.com/gpgesports
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}