Smogon Stats

Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics

什么是Smogon Stats?

Smogon Stats是由pokemondev开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics”。

扩展截图

screenshot

下载Smogon Stats扩展crx文件

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

扩展使用说明

                        This extension it is a tool for Pokemon Showdown that helps you to see the most common Pokémon movesets, items, habilities and other usefull info based on Smogon usage statistics. Enjoy!                    

扩展基本信息

名称 Smogon Stats Smogon Stats
ID fcgfhfnffkjocaebpeakjojffnccglfp
官方URL https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp
简介 Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
文件大小 1023 KB
安装次数 430
当前版本 1.2.1
更新时间 2021-03-11
上架时间 2020-12-29
评分 5.00/5 共1次评分
开发者 pokemondev
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://discord.com/invite/BM7ZRNB
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smogon Stats",
    "version": "1.2.1",
    "description": "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics",
    "permissions": [],
    "browser_action": {
        "default_popup": "build\/popup.html",
        "default_icon": {
            "16": "build\/img\/logo16.png",
            "32": "build\/img\/logo32.png",
            "48": "build\/img\/logo48.png",
            "64": "build\/img\/logo64.png",
            "128": "build\/img\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "build\/showdownExtensions.js",
                "build\/js\/jquery-3.5.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "build\/img\/logo16.png",
        "32": "build\/img\/logo32.png",
        "48": "build\/img\/logo48.png",
        "64": "build\/img\/logo64.png",
        "128": "build\/img\/logo128.png"
    }
}