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 là gì?

Pokemon Showdown Random Battle Tooltip là một tiện ích mở rộng Chrome được phát triển bởi butter67, và tính năng chính của nó là "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Pokemon Showdown Random Battle 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 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.                    

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

Tên Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
URL Chính Thức https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Mô tả This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Kích Thước Tệp 667 KB
Số Lần Cài Đặt 2,619
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2018-04-22
Ngày Phát Hành 2018-04-22
Đánh Giá 2.92/5 Tổng số 26 Đánh Giá
Nhà Phát Triển butter67
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/nikhilreddy6547/random-battle-tooltip
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}