Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
Wat is Showdown Randbats Tooltip?
Showdown Randbats Tooltip is een Chrome-extensie ontwikkeld door https://pkmn.cc, en de belangrijkste functie is "Enhanced tooltip functionality for Showdown's Random Battle formats.".
Extensie Screenshots
Download het CRX-bestand van de extensie Showdown Randbats Tooltip
Download Showdown Randbats Tooltip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
Officiële URL | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
Beschrijving | Enhanced tooltip functionality for Showdown's Random Battle formats. |
Bestandsgrootte | 13.32 KB |
Aantal Installaties | 4,488 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2023-12-14 |
Publicatiedatum | 2022-12-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://pkmn.cc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pkmn.cc |
URL van de Privacybeleid Pagina | https://pkmn.cc/privacy |
Ondersteunde Talen | 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" ] } ] } |