ShowdownReader

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

¿Qué es ShowdownReader?

ShowdownReader es una extensión de Chrome desarrollada por Icelimo, y su función principal es "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ShowdownReader

Descarga archivos de extensión ShowdownReader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
URL Oficial https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Descripción This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Tamaño del Archivo 20.66 KB
Cantidad de Instalaciones 96
Versión Actual 1.16
Última Actualización 2023-11-17
Fecha de Publicación 2023-03-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Icelimo
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}