Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

Showdown Randbats Tooltip là gì?

Showdown Randbats Tooltip là một tiện ích mở rộng Chrome được phát triển bởi https://pkmn.cc, và tính năng chính của nó là "Enhanced tooltip functionality for Showdown's Random Battle formats.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Showdown Randbats Tooltip

Tải xuống các tệp mở rộng Showdown Randbats Tooltip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Showdown Randbats Tooltip Showdown Randbats Tooltip
ID cheogdcgfjpolnpnjijnjccjljjclplg
URL Chính Thức https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg
Mô tả Enhanced tooltip functionality for Showdown's Random Battle formats.
Kích Thước Tệp 13.32 KB
Số Lần Cài Đặt 4,488
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2022-12-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://pkmn.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pkmn.cc
URL Trang Chính Sách Bảo Mật https://pkmn.cc/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}