Pokemon Showdown Stats Viewer Tool
Displays advanced information on enemy pokemon during a battle.
Qu'est-ce que Pokemon Showdown Stats Viewer Tool ?
Pokemon Showdown Stats Viewer Tool est une extension Chrome développée par Economical Studios, et sa fonction principale est "Displays advanced information on enemy pokemon during a battle.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pokemon Showdown Stats Viewer Tool
Téléchargez les fichiers d'extension Pokemon Showdown Stats Viewer Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.
Informations de Base sur l'Extension
Nom | |
ID | eojmjenmkainfbkchcdocohmdgldkolk |
URL Officiel | https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk |
Description | Displays advanced information on enemy pokemon during a battle. |
Taille du Fichier | 178 KB |
Nombre d'Installations | 483 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2019-09-27 |
Date de Publication | 2019-09-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Economical Studios |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |