Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
什么是Showdown Randbats Tooltip?
Showdown Randbats Tooltip是由https://pkmn.cc开发的Chrome扩展程序,该扩展的主要功能是“Enhanced tooltip functionality for Showdown's Random Battle formats.”。
扩展截图
下载Showdown Randbats Tooltip扩展crx文件
下载Showdown Randbats Tooltip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
官方URL | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
简介 | Enhanced tooltip functionality for Showdown's Random Battle formats. |
文件大小 | 13.32 KB |
安装次数 | 4,488 |
当前版本 | 1.5.3 |
更新时间 | 2023-12-14 |
上架时间 | 2022-12-14 |
评分 | 5.00/5 共3次评分 |
开发者 | https://pkmn.cc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pkmn.cc |
隐私政策页面URL | https://pkmn.cc/privacy |
支持的语言 | 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" ] } ] } |