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
官方網址 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"
            ]
        }
    ]
}