ShowdownReader

This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.

O que é ShowdownReader?

ShowdownReader é uma extensão do Chrome desenvolvida por Icelimo, e sua principal característica é "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ShowdownReader

Baixe arquivos de extensão ShowdownReader 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

                        Did you ever lead a Pokemon league or tournament, where you wanted to keep a kill ranking?
Or maybe your wanted to keep track of the kills and deaths of your own Pokemon in fights?

This extension will make it drastically easier to do so!
Just klick the new button in the bottom right and the extension will show you immediately all you need to know!

Have fun!


-> If you find any bugs, please report them to my Discord: Icelimo#4352                    

Informações Básicas da Extensão

Nome ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
URL Oficial https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Descrição This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Tamanho do Arquivo 20.66 KB
Contagem de Instalações 96
Versão Atual 1.16
Última Atualização 2023-11-17
Data de Publicação 2023-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Icelimo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShowdownReader",
    "version": "1.16",
    "icons": {
        "128": "\/images\/sr-128.png"
    },
    "description": "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.",
    "action": {
        "default-icon": {
            "128": "\/images\/sr-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/replay.pokemonshowdown.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}