Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
Cos'è Showdown Randbats Tooltip?
Showdown Randbats Tooltip è un'estensione di Chrome sviluppata da https://pkmn.cc, e la sua funzione principale è "Enhanced tooltip functionality for Showdown's Random Battle formats.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Showdown Randbats Tooltip
Scarica i file di estensione Showdown Randbats Tooltip 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 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.
Informazioni di Base sull'Estensione
Nome | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
URL Ufficiale | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
Descrizione | Enhanced tooltip functionality for Showdown's Random Battle formats. |
Dimensione del File | 13.32 KB |
Conteggio Installazioni | 4,488 |
Versione Corrente | 1.5.3 |
Ultimo Aggiornamento | 2023-12-14 |
Data di Pubblicazione | 2022-12-14 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://pkmn.cc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pkmn.cc |
URL della Pagina della Politica sulla Privacy | https://pkmn.cc/privacy |
Lingue Supportate | 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" ] } ] } |