Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

Showdown Randbats Tooltipคืออะไร?

Showdown Randbats Tooltip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pkmn.cc และคุณลักษณะหลักของมันคือ "Enhanced tooltip functionality for Showdown's Random Battle formats."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Showdown Randbats Tooltip

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}