Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Cos'è Smogon Stats?
Smogon Stats è un'estensione di Chrome sviluppata da pokemondev, e la sua funzione principale è "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smogon Stats
Scarica i file di estensione Smogon Stats 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
This extension it is a tool for Pokemon Showdown that helps you to see the most common Pokémon movesets, items, habilities and other usefull info based on Smogon usage statistics. Enjoy!
Informazioni di Base sull'Estensione
Nome | Smogon Stats |
ID | fcgfhfnffkjocaebpeakjojffnccglfp |
URL Ufficiale | https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp |
Descrizione | Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics |
Dimensione del File | 1023 KB |
Conteggio Installazioni | 430 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-03-11 |
Data di Pubblicazione | 2020-12-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | pokemondev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://discord.com/invite/BM7ZRNB |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smogon Stats", "version": "1.2.1", "description": "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics", "permissions": [], "browser_action": { "default_popup": "build\/popup.html", "default_icon": { "16": "build\/img\/logo16.png", "32": "build\/img\/logo32.png", "48": "build\/img\/logo48.png", "64": "build\/img\/logo64.png", "128": "build\/img\/logo128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "build\/showdownExtensions.js", "build\/js\/jquery-3.5.1.min.js" ] } ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "icons": { "16": "build\/img\/logo16.png", "32": "build\/img\/logo32.png", "48": "build\/img\/logo48.png", "64": "build\/img\/logo64.png", "128": "build\/img\/logo128.png" } } |