Pokemon Showdown Stats Viewer Tool
Displays advanced information on enemy pokemon during a battle.
Wat is Pokemon Showdown Stats Viewer Tool?
Pokemon Showdown Stats Viewer Tool is een Chrome-extensie ontwikkeld door Economical Studios, en de belangrijkste functie is "Displays advanced information on enemy pokemon during a battle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pokemon Showdown Stats Viewer Tool
Download Pokemon Showdown Stats Viewer Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.
Basisinformatie over de Extensie
Naam | |
ID | eojmjenmkainfbkchcdocohmdgldkolk |
Officiële URL | https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk |
Beschrijving | Displays advanced information on enemy pokemon during a battle. |
Bestandsgrootte | 178 KB |
Aantal Installaties | 483 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2019-09-27 |
Publicatiedatum | 2019-09-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Economical Studios |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |