Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

Pokemon Showdown Stats Viewer Tool là gì?

Pokemon Showdown Stats Viewer Tool là một tiện ích mở rộng Chrome được phát triển bởi Economical Studios, và tính năng chính của nó là "Displays advanced information on enemy pokemon during a battle.".

Ả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 Pokemon Showdown Stats Viewer Tool

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

                        Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.                    

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

Tên Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
URL Chính Thức https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
Mô tả Displays advanced information on enemy pokemon during a battle.
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 483
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2019-09-27
Ngày Phát Hành 2019-09-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Economical Studios
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Showdown Stats Viewer Tool",
    "short_name": "Showdown Stats Tool",
    "version": "1.1.7",
    "description": "Displays advanced information on enemy pokemon during a battle.",
    "permissions": [
        "activeTab",
        "https:\/\/play.pokemonshowdown.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logos\/happy-pikachu.png",
            "32": "images\/Logos\/happy-pikachu.png",
            "48": "images\/Logos\/happy-pikachu.png",
            "128": "images\/Logos\/happy-pikachu.png"
        }
    },
    "icons": {
        "16": "images\/Logos\/happy-pikachu.png",
        "32": "images\/Logos\/happy-pikachu.png",
        "48": "images\/Logos\/happy-pikachu.png",
        "128": "images\/Logos\/happy-pikachu.png"
    },
    "manifest_version": 2
}