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."입니다.

확장 프로그램 스크린샷

screenshot

Showdown Randbats Tooltip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}