ShowdownReader

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

Co to jest ShowdownReader?

ShowdownReader to rozszerzenie Chrome opracowane przez Icelimo, a jego główną funkcją jest „This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ShowdownReader

Pobierz pliki rozszerzeń ShowdownReader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
Oficjalny URL https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Opis This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Rozmiar pliku 20.66 KB
Liczba instalacji 96
Aktualna Wersja 1.16
Ostatnia Aktualizacja 2023-11-17
Data Publikacji 2023-03-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Icelimo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}