Pokemon Showdown Stats Viewer Tool
Displays advanced information on enemy pokemon during a battle.
Cos'è Pokemon Showdown Stats Viewer Tool?
Pokemon Showdown Stats Viewer Tool è un'estensione di Chrome sviluppata da Economical Studios, e la sua funzione principale è "Displays advanced information on enemy pokemon during a battle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pokemon Showdown Stats Viewer Tool
Scarica i file di estensione Pokemon Showdown Stats Viewer Tool 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
Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.
Informazioni di Base sull'Estensione
Nome | |
ID | eojmjenmkainfbkchcdocohmdgldkolk |
URL Ufficiale | https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk |
Descrizione | Displays advanced information on enemy pokemon during a battle. |
Dimensione del File | 178 KB |
Conteggio Installazioni | 483 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2019-09-27 |
Data di Pubblicazione | 2019-09-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Economical Studios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |