ShowdownReader

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

Was ist ShowdownReader?

ShowdownReader ist eine Chrome-Erweiterung, die von Icelimo entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Erweiterungsscreenshots

screenshot

ShowdownReader-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShowdownReader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
Offizielle URL https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Beschreibung This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Dateigröße 20.66 KB
Installationsanzahl 96
Aktuelle Version 1.16
Letztes Update 2023-11-17
Veröffentlichungsdatum 2023-03-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Icelimo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}