Pokemon Showdown Type Helper
Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.
Qu'est-ce que Pokemon Showdown Type Helper ?
Pokemon Showdown Type Helper est une extension Chrome développée par coltonjmsblake, et sa fonction principale est "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pokemon Showdown Type Helper
Téléchargez les fichiers d'extension Pokemon Showdown Type Helper 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
An extension for displaying stats, type weaknesses, resistances, and immunities in Pokemon Showdown.
Informations de Base sur l'Extension
Nom | Pokemon Showdown Type Helper |
ID | ajhdnfehenofjfbajfdhjoankdheielc |
URL Officiel | https://chromewebstore.google.com/detail/pokemon-showdown-type-hel/ajhdnfehenofjfbajfdhjoankdheielc |
Description | Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats. |
Taille du Fichier | 35.39 KB |
Nombre d'Installations | 4,690 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2023-06-30 |
Date de Publication | 2022-04-04 |
Évaluation | 4.86/5 Total 14 Évaluations |
Développeur | coltonjmsblake |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/coltonb/pokemon-showdown-type-helper |
URL de la Page d'Aide | https://github.com/coltonb/pokemon-showdown-type-helper/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Showdown Type Helper", "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.", "version": "0.0.8", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "pokemonShowdownTypeHelper.js" ], "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ], "js": [ "injector.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}" } } } |