ShowdownReader

This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.

ShowdownReader là gì?

ShowdownReader là một tiện ích mở rộng Chrome được phát triển bởi Icelimo, và tính năng chính của nó là "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.".

Ả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 ShowdownReader

Tải xuống các tệp mở rộng ShowdownReader 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

                        Did you ever lead a Pokemon league or tournament, where you wanted to keep a kill ranking?
Or maybe your wanted to keep track of the kills and deaths of your own Pokemon in fights?

This extension will make it drastically easier to do so!
Just klick the new button in the bottom right and the extension will show you immediately all you need to know!

Have fun!


-> If you find any bugs, please report them to my Discord: Icelimo#4352                    

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

Tên ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
URL Chính Thức https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
Mô tả This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
Kích Thước Tệp 20.66 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.16
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Icelimo
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",
    "manifest_version": 3,
    "name": "ShowdownReader",
    "version": "1.16",
    "icons": {
        "128": "\/images\/sr-128.png"
    },
    "description": "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.",
    "action": {
        "default-icon": {
            "128": "\/images\/sr-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/replay.pokemonshowdown.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}