Did it Tera?

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

O que é Did it Tera??

Did it Tera? é uma extensão do Chrome desenvolvida por Did It Tera?, e sua principal característica é "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Did it Tera?

Baixe arquivos de extensão Did it Tera? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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);                    

Informações Básicas da Extensão

Nome Did it Tera? Did it Tera?
ID afcoljllhjapfffjlfjjmcbfhhoignpo
URL Oficial https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo
Descrição Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.
Tamanho do Arquivo 44.41 KB
Contagem de Instalações 539
Versão Atual 1.0
Última Atualização 2023-06-21
Data de Publicação 2023-03-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Did It Tera?
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}