ShowdownReader

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

Cos'è ShowdownReader?

ShowdownReader è un'estensione di Chrome sviluppata da Icelimo, e la sua funzione principale è "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShowdownReader

Scarica i file di estensione ShowdownReader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
URL Ufficiale https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Descrizione This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Dimensione del File 20.66 KB
Conteggio Installazioni 96
Versione Corrente 1.16
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2023-03-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Icelimo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}