Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

Co to jest Pokemon Showdown Stats Viewer Tool?

Pokemon Showdown Stats Viewer Tool to rozszerzenie Chrome opracowane przez Economical Studios, a jego główną funkcją jest „Displays advanced information on enemy pokemon during a battle.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pokemon Showdown Stats Viewer Tool

Pobierz pliki rozszerzeń Pokemon Showdown Stats Viewer Tool 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

                        Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
Oficjalny URL https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
Opis Displays advanced information on enemy pokemon during a battle.
Rozmiar pliku 178 KB
Liczba instalacji 483
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2019-09-27
Data Publikacji 2019-09-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Economical Studios
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",
    "name": "Pokemon Showdown Stats Viewer Tool",
    "short_name": "Showdown Stats Tool",
    "version": "1.1.7",
    "description": "Displays advanced information on enemy pokemon during a battle.",
    "permissions": [
        "activeTab",
        "https:\/\/play.pokemonshowdown.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logos\/happy-pikachu.png",
            "32": "images\/Logos\/happy-pikachu.png",
            "48": "images\/Logos\/happy-pikachu.png",
            "128": "images\/Logos\/happy-pikachu.png"
        }
    },
    "icons": {
        "16": "images\/Logos\/happy-pikachu.png",
        "32": "images\/Logos\/happy-pikachu.png",
        "48": "images\/Logos\/happy-pikachu.png",
        "128": "images\/Logos\/happy-pikachu.png"
    },
    "manifest_version": 2
}