Pokemon Showdown Random Battle Tooltip
This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Apa itu Pokemon Showdown Random Battle Tooltip?
Pokemon Showdown Random Battle Tooltip adalah ekstensi Chrome yang dikembangkan oleh butter67, dan fitur utamanya adalah "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pokemon Showdown Random Battle Tooltip
Unduh file ekstensi Pokemon Showdown Random Battle 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 is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data on an enemy's item, ability, moves, and stats that far exceeds data found on the default tooltip. All data is expressed in probabilities. This data changes dynamically as the enemy reveals some of their information over the course of a game.
Informasi Dasar Ekstensi
Nama | Pokemon Showdown Random Battle Tooltip |
ID | fpeemclhojbkjkamiinkplghgkhddcgc |
URL Resmi | https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc |
Deskripsi | This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data… |
Ukuran File | 667 KB |
Jumlah Instalasi | 2,619 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2018-04-22 |
Tanggal Publikasi | 2018-04-22 |
Penilaian | 2.92/5 Total 26 Penilaian |
Pengembang | butter67 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/nikhilreddy6547/random-battle-tooltip |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pokemon Showdown Random Battle Tooltip", "version": "2.2", "content_scripts": [ { "matches": [ "https:\/\/pokemonshowdown.com\/*", "http:\/\/pokemonshowdown.com\/*", "https:\/\/play.pokemonshowdown.com\/*", "http:\/\/play.pokemonshowdown.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "web_accessible_resources": [ "my_file.js" ], "browser_action": { "default_icon": "pokeball.png" } } |