Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

什么是Pokemon Showdown Stats Viewer Tool?

Pokemon Showdown Stats Viewer Tool是由Economical Studios开发的Chrome扩展程序,该扩展的主要功能是“Displays advanced information on enemy pokemon during a battle.”。

扩展截图

screenshot

下载Pokemon Showdown Stats Viewer Tool扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
官方URL https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
简介 Displays advanced information on enemy pokemon during a battle.
文件大小 178 KB
安装次数 483
当前版本 1.1.7
更新时间 2019-09-27
上架时间 2019-09-27
评分 5.00/5 共1次评分
开发者 Economical Studios
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}