Gwent Profile Helper

Show opponent's stats in Match History

O que é Gwent Profile Helper?

Gwent Profile Helper é uma extensão do Chrome desenvolvida por https://efprojects.com, e sua principal característica é "Show opponent's stats in Match History".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gwent Profile Helper

Baixe arquivos de extensão Gwent Profile Helper 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

                        Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com                    

Informações Básicas da Extensão

Nome Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
URL Oficial https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Descrição Show opponent's stats in Match History
Tamanho do Arquivo 42.38 KB
Contagem de Instalações 169
Versão Atual 1.1
Última Atualização 2022-02-09
Data de Publicação 2022-02-06
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://efprojects.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Egor3f/gwent-profile-helper
URL da Página de Ajuda https://github.com/Egor3f/gwent-profile-helper
URL da Página de Política de Privacidade https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gwent Profile Helper",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Show opponent's stats in Match History",
    "homepage_url": "https:\/\/github.com\/Egor3f\/gwent-profile-helper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.playgwent.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.playgwent.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}