Did it Tera?

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

Was ist Did it Tera??

Did it Tera? ist eine Chrome-Erweiterung, die von Did It Tera? entwickelt wurde, und ihr Hauptmerkmal ist "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.".

Erweiterungsscreenshots

screenshot

Did it Tera?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Did it Tera?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Did it Tera? Did it Tera?
ID afcoljllhjapfffjlfjjmcbfhhoignpo
Offizielle URL https://chromewebstore.google.com/detail/did-it-tera/afcoljllhjapfffjlfjjmcbfhhoignpo
Beschreibung Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.
Dateigröße 44.41 KB
Installationsanzahl 539
Aktuelle Version 1.0
Letztes Update 2023-06-21
Veröffentlichungsdatum 2023-03-28
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Did It Tera?
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}