Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
Apa itu Showdown Randbats Tooltip?
Showdown Randbats Tooltip adalah ekstensi Chrome yang dikembangkan oleh https://pkmn.cc, dan fitur utamanya adalah "Enhanced tooltip functionality for Showdown's Random Battle formats.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Showdown Randbats Tooltip
Unduh file ekstensi Showdown Randbats Tooltip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
URL Resmi | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
Deskripsi | Enhanced tooltip functionality for Showdown's Random Battle formats. |
Ukuran File | 13.32 KB |
Jumlah Instalasi | 4,488 |
Versi Saat Ini | 1.5.3 |
Terakhir Diperbarui | 2023-12-14 |
Tanggal Publikasi | 2022-12-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://pkmn.cc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pkmn.cc |
URL Halaman Kebijakan Privasi | https://pkmn.cc/privacy |
Bahasa yang Didukung | 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" ] } ] } |