Pokemon Showdown Type Helper

Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.

Pokemon Showdown Type Helperとは何ですか?

Pokemon Showdown Type Helperはcoltonjmsblakeによって開発されたChromeの拡張機能で、その主な機能は「Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.」です。

拡張機能のスクリーンショット

screenshot

Pokemon Showdown Type Helper拡張機能のCRXファイルをダウンロード

Pokemon Showdown Type Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension for displaying stats, type weaknesses, resistances, and immunities in Pokemon Showdown.                    

拡張機能の基本情報

名前 Pokemon Showdown Type Helper Pokemon Showdown Type Helper
ID ajhdnfehenofjfbajfdhjoankdheielc
公式URL https://chromewebstore.google.com/detail/pokemon-showdown-type-hel/ajhdnfehenofjfbajfdhjoankdheielc
説明 Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.
ファイルサイズ 35.39 KB
インストール数 4,690
現在のバージョン 0.0.8
最終更新日 2023-06-30
公開日 2022-04-04
評価 4.86/5 合計 14 レビュー
開発者 coltonjmsblake
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/coltonb/pokemon-showdown-type-helper
ヘルプページのURL https://github.com/coltonb/pokemon-showdown-type-helper/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Showdown Type Helper",
    "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.",
    "version": "0.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pokemonShowdownTypeHelper.js"
            ],
            "matches": [
                "https:\/\/play.pokemonshowdown.com\/*",
                "https:\/\/*.psim.us\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.pokemonshowdown.com\/*",
                "https:\/\/*.psim.us\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}"
        }
    }
}