ShowdownReader

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

Co je ShowdownReader?

ShowdownReader je rozšíření Chrome vyvinuté Icelimo, a jeho hlavní funkcí je „This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ShowdownReader

Stáhněte si soubory rozšíření ShowdownReader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
Oficiální URL https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Popis This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Velikost souboru 20.66 KB
Počet instalací 96
Aktuální Verze 1.16
Poslední Aktualizace 2023-11-17
Datum Vydání 2023-03-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Icelimo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}