Csgo & Cs2 Stats

Displays peoples faceit and matchmaking stats on their steam profile.

Csgo & Cs2 Stats là gì?

Csgo & Cs2 Stats là một tiện ích mở rộng Chrome được phát triển bởi rrreg, và tính năng chính của nó là "Displays peoples faceit and matchmaking stats on their steam profile.".

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

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

Tải xuống các tệp mở rộng Csgo & Cs2 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

                        Displays peoples faceit and matchmaking stats on their steam profile.                    

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

Tên Csgo & Cs2 Stats Csgo & Cs2 Stats
ID cjkfchbniaegciddeagjnaldgpgcdioa
URL Chính Thức https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa
Mô tả Displays peoples faceit and matchmaking stats on their steam profile.
Kích Thước Tệp 518 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2023-06-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rrreg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Faceit Stats"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ]
        }
    ],
    "description": "Displays peoples faceit and matchmaking stats on their steam profile.",
    "homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996",
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "manifest_version": 3,
    "name": "Csgo & Cs2 Stats",
    "version": "2.0",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/1.png",
                "img\/2.png",
                "img\/3.png",
                "img\/4.png",
                "img\/5.png",
                "img\/6.png",
                "img\/7.png",
                "img\/8.png",
                "img\/9.png",
                "img\/10.png"
            ]
        }
    ]
}