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은(는) butter67에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |