Did it Tera?

Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.

Did it Tera?とは何ですか?

Did it Tera?はDid It Tera?によって開発されたChromeの拡張機能で、その主な機能は「Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.」です。

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

screenshot

Did it Tera?拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If, like me, you have trouble remembering the terastallized Pokémon, this extension is for you. It adds an information text below the opponent's team with the name and type of the terastallized Pokémon.

The options page allows you to:
- Customize the font size and color;
- Display nicknames instead of real Pokémon names;
- Enable the tooltip also for the current user (either you or the one you're spectating);                    

拡張機能の基本情報

名前 Did it Tera? Did it Tera?
ID afcoljllhjapfffjlfjjmcbfhhoignpo
公式URL https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo
説明 Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.
ファイルサイズ 44.41 KB
インストール数 539
現在のバージョン 1.0
最終更新日 2023-06-21
公開日 2023-03-28
評価 3.67/5 合計 3 レビュー
開発者 Did It Tera?
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Did it Tera?",
    "version": "1.0",
    "description": "Adds an info text under the opponent's team with the name and type of the terastallized Pok\u00e9mon.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ]
        }
    ]
}