Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Qu'est-ce que Smogon Stats ?
Smogon Stats est une extension Chrome développée par pokemondev, et sa fonction principale est "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smogon Stats
Téléchargez les fichiers d'extension Smogon Stats 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
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!
Informations de Base sur l'Extension
Nom | Smogon Stats |
ID | fcgfhfnffkjocaebpeakjojffnccglfp |
URL Officiel | https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp |
Description | Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics |
Taille du Fichier | 1023 KB |
Nombre d'Installations | 430 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2021-03-11 |
Date de Publication | 2020-12-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pokemondev |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://discord.com/invite/BM7ZRNB |
Langues Prises en Charge | 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" } } |