Csgo & Cs2 Stats

Displays peoples faceit and matchmaking stats on their steam profile.

O que é Csgo & Cs2 Stats?

Csgo & Cs2 Stats é uma extensão do Chrome desenvolvida por rrreg, e sua principal característica é "Displays peoples faceit and matchmaking stats on their steam profile.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Csgo & Cs2 Stats

Baixe arquivos de extensão Csgo & Cs2 Stats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Displays peoples faceit and matchmaking stats on their steam profile.                    

Informações Básicas da Extensão

Nome Csgo & Cs2 Stats Csgo & Cs2 Stats
ID cjkfchbniaegciddeagjnaldgpgcdioa
URL Oficial https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa
Descrição Displays peoples faceit and matchmaking stats on their steam profile.
Tamanho do Arquivo 518 KB
Contagem de Instalações 41
Versão Atual 2.0
Última Atualização 2023-09-26
Data de Publicação 2023-06-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor rrreg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}