ShowdownReader

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

Qu'est-ce que ShowdownReader ?

ShowdownReader est une extension Chrome développée par Icelimo, et sa fonction principale est "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ShowdownReader

Téléchargez les fichiers d'extension ShowdownReader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
URL Officiel https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Description This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Taille du Fichier 20.66 KB
Nombre d'Installations 96
Version Actuelle 1.16
Dernière Mise à Jour 2023-11-17
Date de Publication 2023-03-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Icelimo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}