ShowdownReader

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

什么是ShowdownReader?

ShowdownReader是由Icelimo开发的Chrome扩展程序,该扩展的主要功能是“This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.”。

扩展截图

screenshot

下载ShowdownReader扩展crx文件

下载ShowdownReader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ShowdownReader ShowdownReader
ID pgcihbggkfnecijgcafohheondopmiid
官方URL https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid
简介 This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
文件大小 20.66 KB
安装次数 96
当前版本 1.16
更新时间 2023-11-17
上架时间 2023-03-23
评分 5.00/5 共1次评分
开发者 Icelimo
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}