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