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