Csgo & Cs2 Stats

Displays peoples faceit and matchmaking stats on their steam profile.

Apa itu Csgo & Cs2 Stats?

Csgo & Cs2 Stats adalah ekstensi Chrome yang dikembangkan oleh rrreg, dan fitur utamanya adalah "Displays peoples faceit and matchmaking stats on their steam profile.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Csgo & Cs2 Stats

Unduh file ekstensi Csgo & Cs2 Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Displays peoples faceit and matchmaking stats on their steam profile.                    

Informasi Dasar Ekstensi

Nama Csgo & Cs2 Stats Csgo & Cs2 Stats
ID cjkfchbniaegciddeagjnaldgpgcdioa
URL Resmi https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa
Deskripsi Displays peoples faceit and matchmaking stats on their steam profile.
Ukuran File 518 KB
Jumlah Instalasi 41
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-09-26
Tanggal Publikasi 2023-06-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rrreg
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}