Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
Qu'est-ce que Showdown Randbats Tooltip ?
Showdown Randbats Tooltip est une extension Chrome développée par https://pkmn.cc, et sa fonction principale est "Enhanced tooltip functionality for Showdown's Random Battle formats.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Showdown Randbats Tooltip
Téléchargez les fichiers d'extension Showdown Randbats Tooltip 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 relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.
Informations de Base sur l'Extension
Nom | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
URL Officiel | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
Description | Enhanced tooltip functionality for Showdown's Random Battle formats. |
Taille du Fichier | 13.32 KB |
Nombre d'Installations | 4,488 |
Version Actuelle | 1.5.3 |
Dernière Mise à Jour | 2023-12-14 |
Date de Publication | 2022-12-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://pkmn.cc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pkmn.cc |
URL de la Page de Politique de Confidentialité | https://pkmn.cc/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Showdown Randbats Tooltip", "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.", "version": "1.5.3", "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "resources": [ "\/index.js" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "\/shim.js" ] } ] } |