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…
Pokemon Showdown Random Battle Tooltipคืออะไร?
Pokemon Showdown Random Battle Tooltip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย butter67 และคุณลักษณะหลักของมันคือ "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Showdown Random Battle Tooltip
ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Showdown Random Battle Tooltip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pokemon Showdown Random Battle Tooltip |
ID | fpeemclhojbkjkamiinkplghgkhddcgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc |
คำอธิบาย | This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data… |
ขนาดไฟล์ | 667 KB |
จำนวนการติดตั้ง | 2,619 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2018-04-22 |
วันที่เผยแพร่ | 2018-04-22 |
คะแนน | 2.92/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | butter67 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/nikhilreddy6547/random-battle-tooltip |
ภาษาที่รองรับ | 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" } } |